dotfiles/modules/home/gui/desktop/wayland/printManager/default.nix
2025-05-14 14:45:03 -05:00

11 lines
127 B
Nix
Executable file

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