From bac6ccf82da47747d93903f50ad53ef109b7b228 Mon Sep 17 00:00:00 2001 From: Nathan McCarty Date: Tue, 6 Jun 2023 18:16:30 -0400 Subject: [PATCH] Swaywm package can't be null --- modules/linux/swaywm.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/linux/swaywm.nix b/modules/linux/swaywm.nix index 8c4b5ac..91d828b 100644 --- a/modules/linux/swaywm.nix +++ b/modules/linux/swaywm.nix @@ -56,7 +56,7 @@ in with lib; { enable = true; # Enable the wrapper for gtk applications wrapperFeatures.gtk = true; - package = null; + # package = null; }; environment.sessionVariables = { MOZ_ENABLE_WAYLAND = "1"; };