about summary refs log tree commit diff
path: root/profiles
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--profiles/default.nix1
-rw-r--r--profiles/workstation.nix2
2 files changed, 1 insertions, 2 deletions
diff --git a/profiles/default.nix b/profiles/default.nix
index 2f2ff9b..814bcdf 100644
--- a/profiles/default.nix
+++ b/profiles/default.nix
@@ -137,6 +137,7 @@
   ];
 
   programs.bcc.enable = true;
+  programs.zsh.enable = true;
 
   # Show installed packages (https://www.reddit.com/r/NixOS/comments/fsummx/comment/fm45htj/?utm_source=share&utm_medium=web2x&context=3)
   environment.etc."installed-packages".text =
diff --git a/profiles/workstation.nix b/profiles/workstation.nix
index c21b934..5451199 100644
--- a/profiles/workstation.nix
+++ b/profiles/workstation.nix
@@ -87,8 +87,6 @@
       [ pkgs.xdg-desktop-portal-gtk pkgs.xdg-desktop-portal-wlr ];
   };
 
-  programs.zsh.enable = true;
-
   programs.sway = {
     enable = true;
     wrapperFeatures.gtk = true;