ctucx.git: nixfiles

ctucx' nixfiles

commit ec71d767333866f83adf13f5dc06245f01594334
parent ddd18e5f3b82d11319c5b326bcd6cf8d52a1bf58
Author: Katja (ctucx) <git@ctu.cx>
Date: Wed, 1 Jan 2025 13:52:11 +0100

configurations/linux/programs/gnome: enable printing
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/configurations/linux/gnome.nix b/configurations/linux/gnome.nix
@@ -30,7 +30,8 @@
   # networking.networkmanager.wifi.backend = "iwd";
 
   services = {
-    nscd.enable  = true;
+    nscd.enable     = true;
+    printing.enable = true;
     gvfs.package = (pkgs.gvfs.overrideAttrs (old: {
       mesonFlags = (old.mesonFlags or []) ++ [
         "-Dafp=false"