dotfiles/modules/home/gui/desktop/wayland/printManager/default.nix

12 lines
127 B
Nix
Raw Normal View History

2025-05-12 18:42:15 -05:00
{
pkgs,
...
}:
{
home.packages = builtins.attrValues {
inherit (pkgs.kdePackages)
print-manager
;
};
}