Skip to content

Commit

Permalink
fix gnome module
Browse files Browse the repository at this point in the history
  • Loading branch information
MayNiklas authored Apr 1, 2024
1 parent 0782f15 commit eb339f9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion modules/gnome/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ in
config = mkIf cfg.enable {

awallau = {
wayland.enable = true;
# NOTE from the original source of this module:
# There is a reason, I did not enable my wayland module in the original gnome module.
wayland.enable = mkForce false;
kde.enable = mkForce false;
sway.enable = mkForce false;
};
Expand Down

0 comments on commit eb339f9

Please sign in to comment.