dotfiles/home/modules/misc/desktop.nix
2025-01-08 19:06:14 -06:00

26 lines
426 B
Nix
Executable file

{pkgs, ...}: {
home.packages = builtins.attrValues {
inherit
(pkgs.kdePackages)
kolourpaint
okular
partitionmanager
plasma-nm
;
inherit
(pkgs)
nwg-look
bulky
gnome-calculator
gnome-disk-utility
gnome-software
gnome-characters
emote
gparted
usbimager
nomacs
jamesdsp
networkmanagerapplet
;
};
}