Update gnome.nix
This commit is contained in:
parent
45f58f66a8
commit
852b941dee
1 changed files with 1 additions and 8 deletions
|
|
@ -14,19 +14,12 @@ config = lib.mkIf (config.networking.hostName == "FredOS-Gaming" || config.netwo
|
||||||
gnomeExtensions.appindicator
|
gnomeExtensions.appindicator
|
||||||
gnomeExtensions.hot-edge
|
gnomeExtensions.hot-edge
|
||||||
gnomeExtensions.rounded-window-corners-reborn
|
gnomeExtensions.rounded-window-corners-reborn
|
||||||
|
|
||||||
libdecor
|
|
||||||
xorg.libxcb
|
|
||||||
xwayland
|
|
||||||
gtk3
|
|
||||||
cairo
|
|
||||||
adwaita-icon-theme
|
adwaita-icon-theme
|
||||||
gnome-themes-extra # This includes Adwaita cursor theme
|
gnome-themes-extra # This includes Adwaita cursor theme
|
||||||
];
|
];
|
||||||
|
|
||||||
# Set libdecor plugin directory and cursor theme
|
# Set cursor theme
|
||||||
environment.sessionVariables = {
|
environment.sessionVariables = {
|
||||||
LIBDECOR_PLUGIN_DIR = "${pkgs.libdecor}/lib/libdecor/plugins-1";
|
|
||||||
XCURSOR_THEME = "Adwaita";
|
XCURSOR_THEME = "Adwaita";
|
||||||
XCURSOR_SIZE = "24";
|
XCURSOR_SIZE = "24";
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue