From e9761fea383ad8000973b8ea61004cd1d8d12a8e Mon Sep 17 00:00:00 2001 From: TheWanderingCrow Date: Sat, 5 Oct 2024 11:43:43 -0400 Subject: [PATCH] Actually fixed that issue --- modules/core.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/core.nix b/modules/core.nix index 22b4f32..9b636c2 100644 --- a/modules/core.nix +++ b/modules/core.nix @@ -69,7 +69,7 @@ }; desktop = { - sway = lib.mkDefault false; + sway.enable = lib.mkDefault false; }; # Configure pulseaudio