feat: move system-config-printer to user space

This commit is contained in:
Jacob Bachmann 2024-01-08 18:14:53 +01:00
parent d3bc83fbd6
commit eb76eae1fc
Signed by: bchmnn
GPG key ID: 732A612DAD28067D
5 changed files with 10 additions and 8 deletions

View file

@ -1,4 +1,4 @@
{ pkgs, ... }: {
{ pkgs, lib, nixosConfig, ... }: {
imports = [
./alacritty.nix
@ -19,6 +19,8 @@
gnome.simple-scan
telegram-desktop
signal-desktop
] ++ lib.optionals nixosConfig.bchmnn.printing.enable [
system-config-printer
];
}