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; + }; }