Update gnome.nix

This commit is contained in:
ediblerope 2025-12-10 23:12:36 +00:00 committed by GitHub
parent 45f58f66a8
commit 852b941dee
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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";
};