mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 07:53:55 -05:00
nixos: add system-config-printer support
This commit is contained in:
parent
1a99f1ecc2
commit
112c5aa92e
|
@ -94,6 +94,8 @@
|
|||
};
|
||||
|
||||
printing.enable = true;
|
||||
|
||||
system-config-printer.enable = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
@ -31,6 +31,8 @@
|
|||
nerdfonts
|
||||
];
|
||||
|
||||
programs.system-config-printer.enable = true;
|
||||
|
||||
services = {
|
||||
gnome.gnome-keyring.enable = true;
|
||||
gvfs.enable = true; # Mount, trash, etc.
|
||||
|
|
Loading…
Reference in a new issue