about summary refs log tree commit diff
path: root/profiles/workstation.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2023-07-06 11:17:36 -0700
committerFranck Cuny <franck@fcuny.net>2023-07-06 11:17:36 -0700
commit89c8794a7347ec66e97fa360e0cc7365fc8ca2a2 (patch)
tree309c3c61360f28ba6427bd22875041e0e8d1d780 /profiles/workstation.nix
parentadd x509-info back to the list of tools (diff)
downloadworld-89c8794a7347ec66e97fa360e0cc7365fc8ca2a2.tar.gz
enable zsh for all profiles
Diffstat (limited to 'profiles/workstation.nix')
-rw-r--r--profiles/workstation.nix2
1 files changed, 0 insertions, 2 deletions
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;