mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-17 02:25:12 -05:00
26 lines
432 B
Nix
Executable file
26 lines
432 B
Nix
Executable file
{pkgs, ...}: {
|
|
home.packages = builtins.attrValues {
|
|
inherit
|
|
(pkgs.kdePackages)
|
|
# KDE Packages
|
|
kolourpaint
|
|
okular
|
|
partitionmanager
|
|
plasma-nm
|
|
;
|
|
inherit
|
|
(pkgs)
|
|
bulky
|
|
gnome-calculator
|
|
gnome-disk-utility
|
|
gnome-software
|
|
gnome-characters
|
|
emote
|
|
gparted
|
|
usbimager
|
|
nomacs
|
|
jamesdsp
|
|
networkmanagerapplet
|
|
;
|
|
};
|
|
}
|