Skip to content

Commit

Permalink
Don't configure gnome for wayland
Browse files Browse the repository at this point in the history
  • Loading branch information
simonrw committed May 10, 2024
1 parent 10c201f commit 14d426e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion home/home.nix
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ in {
then {
wm.gnome = {
enable = true;
wayland = true;
wayland = false;
};
wm.bspwm.enable = true;
}
Expand Down

0 comments on commit 14d426e

Please sign in to comment.