summaryrefslogtreecommitdiff
path: root/modules/nixos/profiles/headful.nix
diff options
context:
space:
mode:
authorAzat Bahawi <azat@bahawi.net>2024-03-04 14:54:25 +0300
committerAzat Bahawi <azat@bahawi.net>2024-03-04 14:54:25 +0300
commit037ef27243eab47d6e1c29f231c248dc2aa4966e (patch)
tree6a0ea8242df5c1d3b02a5a2b33d5aae44bd57855 /modules/nixos/profiles/headful.nix
parent53376afaf1ee4eb5d8e0ffb1ace1ee8f48c71235 (diff)
2024-03-04
Diffstat (limited to 'modules/nixos/profiles/headful.nix')
-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;
};