Go back to Gnome

This commit is contained in:
Greg Hellings
2024-04-22 17:41:29 -05:00
parent 5ef24c2a43
commit fc0ba62e36
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ let
vars = {
MOZ_ENABLE_WAYLAND = "1";
XDG_CURRENT_DESKTOP = "sway";
XDG_CURRENT_DESKTOP = "GNOME";
};
in {
options.greg.gui = lib.mkEnableOption "Enable GUI programs";