dotfiles/home/modules/misc/desktop.nix

27 lines
426 B
Nix
Raw Normal View History

{pkgs, ...}: {
home.packages = builtins.attrValues {
inherit
(pkgs.kdePackages)
kolourpaint
okular
partitionmanager
2025-01-08 01:05:45 -06:00
plasma-nm
;
inherit
(pkgs)
2025-01-08 19:06:14 -06:00
nwg-look
bulky
gnome-calculator
gnome-disk-utility
gnome-software
2025-01-08 01:05:45 -06:00
gnome-characters
emote
gparted
usbimager
2025-01-03 17:10:21 -06:00
nomacs
2025-01-08 01:05:45 -06:00
jamesdsp
networkmanagerapplet
;
};
}