nemo: enable cups
This commit is contained in:
parent
e65cdf5e23
commit
996edfcce4
1 changed files with 3 additions and 0 deletions
|
@ -235,5 +235,8 @@
|
|||
"nixremote"
|
||||
];
|
||||
|
||||
services.printing.enable = lib.mkForce true;
|
||||
services.printing.drivers = [ pkgs.brlaser ];
|
||||
|
||||
system.stateVersion = "24.11"; # https://nixos.wiki/wiki/FAQ/When_do_I_update_stateVersion
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue