dotfiles/modules/home/gui/apps/tools/dolphin/default.nix

20 lines
270 B
Nix
Raw Normal View History

2025-03-29 23:08:26 -05:00
{
pkgs,
...
}:
{
home.packages = builtins.attrValues {
inherit (pkgs.kdePackages)
dolphin
2025-06-25 18:28:16 -05:00
kio-extras
baloo
kdegraphics-thumbnailers
ffmpegthumbs
breeze
breeze-icons
oxygen
polkit-kde-agent-1
2025-03-29 23:08:26 -05:00
;
};
}