From 45f58f66a861c67b2b85437c3fd019900113b8e8 Mon Sep 17 00:00:00 2001 From: ediblerope Date: Wed, 10 Dec 2025 21:56:13 +0000 Subject: [PATCH] Update gnome.nix --- settings/gnome.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings/gnome.nix b/settings/gnome.nix index 3d139d9..91604fc 100644 --- a/settings/gnome.nix +++ b/settings/gnome.nix @@ -6,7 +6,6 @@ config = lib.mkIf (config.networking.hostName == "FredOS-Gaming" || config.netwo services.xserver.enable = true; services.displayManager.gdm.enable = true; services.desktopManager.gnome.enable = true; - gtk.enable = true; # Add extensions and packages environment.systemPackages = with pkgs; [ @@ -22,6 +21,7 @@ config = lib.mkIf (config.networking.hostName == "FredOS-Gaming" || config.netwo gtk3 cairo adwaita-icon-theme + gnome-themes-extra # This includes Adwaita cursor theme ]; # Set libdecor plugin directory and cursor theme