From 1eb1749943ed276162b208565510afed04265a78 Mon Sep 17 00:00:00 2001 From: TheWanderingCrow Date: Sun, 15 Sep 2024 15:50:17 -0400 Subject: [PATCH] Sway enabled --- modules/core.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/modules/core.nix b/modules/core.nix index a627b07..47117ce 100644 --- a/modules/core.nix +++ b/modules/core.nix @@ -14,10 +14,16 @@ screen curl firefox + fish ]; users.users.crow = { isNormalUser = true; extraGroups = [ "wheel" "networking" ]; }; + + programs.sway = { + enable = true; + wrapperFeatures.gtk = true; + }; }