mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-16 18:15:13 -05:00
22 lines
333 B
Nix
22 lines
333 B
Nix
![]() |
{pkgs, ...}: {
|
||
|
home.packages = builtins.attrValues {
|
||
|
inherit
|
||
|
(pkgs.kdePackages)
|
||
|
# KDE Packages
|
||
|
|
||
|
kolourpaint
|
||
|
okular
|
||
|
partitionmanager
|
||
|
;
|
||
|
inherit
|
||
|
(pkgs)
|
||
|
bulky
|
||
|
gnome-calculator
|
||
|
gnome-disk-utility
|
||
|
gnome-software
|
||
|
gparted
|
||
|
usbimager
|
||
|
;
|
||
|
};
|
||
|
}
|