Acutally removed the ozone flag

This commit is contained in:
2024-05-19 09:52:14 -03:00
parent b2bc364179
commit 9b2c55cdb1

View File

@@ -4,8 +4,4 @@
services.xserver.desktopManager.gnome.enable = true;
programs.dconf.enable = true;
environment.systemPackages = [pkgs.gnome.adwaita-icon-theme];
environment.variables = {
GIT_ASKPASS = "${pkgs.kdePackages.ksshaskpass.out}/bin/ksshaskpass";
NIXOS_OZONE_WL = "1";
};
}