my nixos/home-manager configuration
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

enable cups for desktop

youn 9aba880b 21352e1d

+1 -1
+1 -1
nixos/desktop/default.nix
··· 44 44 }; 45 45 46 46 # Enable CUPS to print documents. 47 - services.printing.enable = false; 47 + services.printing.enable = true; 48 48 49 49 environment.systemPackages = with pkgs; [ lact ]; 50 50 systemd.packages = with pkgs; [ lact ];