nix-config/applications/default.nix

26 lines
295 B
Nix
Raw Normal View History

2023-05-19 08:54:35 +02:00
{ pkgs, ... }:
2023-05-18 21:54:15 +02:00
{
imports = [
./feh
./kitty
./librewolf
./mpv
./piper
./qutebrowser
./thunar
./zathura
];
2023-05-19 08:54:35 +02:00
environment.systemPackages = with pkgs; [
audacity
gimp
anki
logseq
mullvad-browser
spek
keepassxc
libreoffice
2023-05-19 08:54:35 +02:00
];
2023-05-18 21:54:15 +02:00
}