feat: reorganized misc home manager files

This commit is contained in:
Nick 2024-11-03 17:50:29 -06:00
parent 4909d02264
commit 669316009c
19 changed files with 43 additions and 133 deletions

View file

@ -0,0 +1,22 @@
{pkgs, ...}: {
home.packages = builtins.attrValues {
inherit
(pkgs.kdePackages)
# KDE Packages
kolourpaint
okular
partitionmanager
;
inherit
(pkgs)
bulky
flameshot
gnome-calculator
gnome-disk-utility
gnome-software
gparted
usbimager
;
};
}