diff --git a/modules/home/default.nix b/modules/home/default.nix index 3f1a7f8..72ca965 100755 --- a/modules/home/default.nix +++ b/modules/home/default.nix @@ -69,6 +69,7 @@ in # niri wayland theming + printManager ; }; }; diff --git a/modules/home/gui/desktop/wayland/printManager/default.nix b/modules/home/gui/desktop/wayland/printManager/default.nix new file mode 100644 index 0000000..21e98e2 --- /dev/null +++ b/modules/home/gui/desktop/wayland/printManager/default.nix @@ -0,0 +1,11 @@ +{ + pkgs, + ... +}: +{ + home.packages = builtins.attrValues { + inherit (pkgs.kdePackages) + print-manager + ; + }; +}