diff options
Diffstat (limited to 'profiles/workstation.nix')
| -rw-r--r-- | profiles/workstation.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/profiles/workstation.nix b/profiles/workstation.nix index 5451199..c21b934 100644 --- a/profiles/workstation.nix +++ b/profiles/workstation.nix @@ -87,6 +87,8 @@ [ pkgs.xdg-desktop-portal-gtk pkgs.xdg-desktop-portal-wlr ]; }; + programs.zsh.enable = true; + programs.sway = { enable = true; wrapperFeatures.gtk = true; |
