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