From 33e6afb24ad60e1ccde25a337eb5239e46e4aeef Mon Sep 17 00:00:00 2001 From: Richie Cahill Date: Sat, 16 Nov 2024 20:15:39 -0500 Subject: [PATCH] testing sway --- systems/muninn/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/systems/muninn/default.nix b/systems/muninn/default.nix index 33a303e..40c65cc 100644 --- a/systems/muninn/default.nix +++ b/systems/muninn/default.nix @@ -31,6 +31,8 @@ zfs.package = pkgs.zfs_unstable; }; + programs.sway.enable = true; + services = { desktopManager.plasma6.enable = true;