about summary refs log tree commit diff
path: root/modules/nixos/profiles/headful.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--modules/nixos/profiles/headful.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/nixos/profiles/headful.nix b/modules/nixos/profiles/headful.nix
index 4bc7ed3..d8e1699 100644
--- a/modules/nixos/profiles/headful.nix
+++ b/modules/nixos/profiles/headful.nix
@@ -20,7 +20,7 @@ in {
       kde.enable = mkDefault true;
       xmonad.enable = mkDefault false;
 
-      # Potentially remove in favor of Wayland in the future.
+      wayland.enable = mkDefault true;
       x11.enable = mkDefault true;
     };
 

Consider giving Nix/NixOS a try! <3