summaryrefslogtreecommitdiff
path: root/hosts/local/gnome.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/local/gnome.nix')
-rw-r--r--hosts/local/gnome.nix5
1 files changed, 1 insertions, 4 deletions
diff --git a/hosts/local/gnome.nix b/hosts/local/gnome.nix
index 9459392..1220720 100644
--- a/hosts/local/gnome.nix
+++ b/hosts/local/gnome.nix
@@ -6,7 +6,6 @@
pkgs,
...
}: {
-
# Enable the X11 windowing system.
services.xserver.enable = true;
@@ -75,7 +74,7 @@
];
services.flatpak.enable = true;
# Enable CUPS to print documents.
- services.printing.enable = true;
+ services.printing.enable = false;
# Enable sound with pipewire.
hardware.pulseaudio.enable = false;
@@ -93,7 +92,6 @@
#media-session.enable = true;
};
-
fonts = {
enableDefaultPackages = true;
fontconfig = {
@@ -133,5 +131,4 @@
# wqy_zenhei
];
};
-
}