mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-08-09 13:24:38 -05:00
19 lines
270 B
Nix
Executable file
19 lines
270 B
Nix
Executable file
{
|
|
pkgs,
|
|
...
|
|
}:
|
|
{
|
|
home.packages = builtins.attrValues {
|
|
inherit (pkgs.kdePackages)
|
|
dolphin
|
|
kio-extras
|
|
baloo
|
|
kdegraphics-thumbnailers
|
|
ffmpegthumbs
|
|
breeze
|
|
breeze-icons
|
|
oxygen
|
|
polkit-kde-agent-1
|
|
;
|
|
};
|
|
}
|