From 2a0b37a18a12169f92fdb547c92a732bc28897cd Mon Sep 17 00:00:00 2001 From: Nydragon Date: Tue, 25 Jun 2024 21:04:58 +0200 Subject: [PATCH] fix(marr): enable sway --- hosts/marr/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/marr/configuration.nix b/hosts/marr/configuration.nix index 3b086d5..04ce893 100644 --- a/hosts/marr/configuration.nix +++ b/hosts/marr/configuration.nix @@ -75,6 +75,7 @@ in fish.enable = true; firefox.enable = true; thunderbird.enable = true; + sway.enable = true; }; home-manager.users.${username} = import ../../home {