mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-15 09:35:12 -05:00
feat: added print-manager
This commit is contained in:
parent
999a51da45
commit
0c9c09d01b
2 changed files with 12 additions and 0 deletions
|
@ -69,6 +69,7 @@ in
|
|||
# niri
|
||||
wayland
|
||||
theming
|
||||
printManager
|
||||
;
|
||||
};
|
||||
};
|
||||
|
|
11
modules/home/gui/desktop/wayland/printManager/default.nix
Normal file
11
modules/home/gui/desktop/wayland/printManager/default.nix
Normal file
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
{
|
||||
home.packages = builtins.attrValues {
|
||||
inherit (pkgs.kdePackages)
|
||||
print-manager
|
||||
;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue