From 87832d04239e66971420856354b18f15d8ab49d3 Mon Sep 17 00:00:00 2001 From: TheWanderingCrow Date: Mon, 14 Oct 2024 08:56:00 -0400 Subject: [PATCH] Maybe dconf is the issue --- modules/desktops/wayland/sway.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/desktops/wayland/sway.nix b/modules/desktops/wayland/sway.nix index a2a5325..7717b16 100644 --- a/modules/desktops/wayland/sway.nix +++ b/modules/desktops/wayland/sway.nix @@ -6,6 +6,7 @@ enable = true; xwayland.enable = true; }; + programs.dconf.enable = true; };