Update gnome.nix
This commit is contained in:
parent
aca9784998
commit
67e297b006
1 changed files with 4 additions and 1 deletions
|
|
@ -20,11 +20,14 @@ config = lib.mkIf (config.networking.hostName == "FredOS-Gaming" || config.netwo
|
||||||
xwayland
|
xwayland
|
||||||
gtk3
|
gtk3
|
||||||
cairo
|
cairo
|
||||||
|
adwaita-icon-theme
|
||||||
];
|
];
|
||||||
|
|
||||||
# Set libdecor plugin directory
|
# Set libdecor plugin directory and cursor theme
|
||||||
environment.sessionVariables = {
|
environment.sessionVariables = {
|
||||||
LIBDECOR_PLUGIN_DIR = "${pkgs.libdecor}/lib/libdecor/plugins-1";
|
LIBDECOR_PLUGIN_DIR = "${pkgs.libdecor}/lib/libdecor/plugins-1";
|
||||||
|
XCURSOR_THEME = "Adwaita";
|
||||||
|
XCURSOR_SIZE = "24";
|
||||||
};
|
};
|
||||||
|
|
||||||
programs.xwayland.enable = true;
|
programs.xwayland.enable = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue