dotfiles/home/modules/gui/desktop/hypr/plasmaNm/default.nix
2025-02-02 22:55:38 -06:00

11 lines
123 B
Nix
Executable file

{
pkgs,
...
}:
{
home.packages = builtins.attrValues {
inherit (pkgs.kdePackages)
plasma-nm
;
};
}