From 852b941deefdeec3682aa851ec8bad7c6c2ae034 Mon Sep 17 00:00:00 2001 From: ediblerope Date: Wed, 10 Dec 2025 23:12:36 +0000 Subject: [PATCH] Update gnome.nix --- settings/gnome.nix | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/settings/gnome.nix b/settings/gnome.nix index 91604fc..21e3867 100644 --- a/settings/gnome.nix +++ b/settings/gnome.nix @@ -14,19 +14,12 @@ config = lib.mkIf (config.networking.hostName == "FredOS-Gaming" || config.netwo gnomeExtensions.appindicator gnomeExtensions.hot-edge gnomeExtensions.rounded-window-corners-reborn - - libdecor - xorg.libxcb - xwayland - gtk3 - cairo adwaita-icon-theme gnome-themes-extra # This includes Adwaita cursor theme ]; - # Set libdecor plugin directory and cursor theme + # Set cursor theme environment.sessionVariables = { - LIBDECOR_PLUGIN_DIR = "${pkgs.libdecor}/lib/libdecor/plugins-1"; XCURSOR_THEME = "Adwaita"; XCURSOR_SIZE = "24"; };