Update gnome.nix
This commit is contained in:
parent
dd17fc2b65
commit
aad1a59a58
1 changed files with 3 additions and 2 deletions
|
|
@ -22,6 +22,7 @@ config = lib.mkIf (config.networking.hostName == "FredOS-Gaming" || config.netwo
|
||||||
environment.sessionVariables = {
|
environment.sessionVariables = {
|
||||||
XCURSOR_THEME = "Adwaita";
|
XCURSOR_THEME = "Adwaita";
|
||||||
XCURSOR_SIZE = "24";
|
XCURSOR_SIZE = "24";
|
||||||
|
XCURSOR_PATH = "${pkgs.adwaita-icon-theme}/share/icons";
|
||||||
};
|
};
|
||||||
|
|
||||||
programs.xwayland.enable = true;
|
programs.xwayland.enable = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue