about summary refs log tree commit diff stats
path: root/nix-conf/machines/egalmoth
diff options
context:
space:
mode:
authorDavid Morgan <djm_uk@protonmail.com>2023-07-01 14:46:31 +0100
committerDavid Morgan <djm_uk@protonmail.com>2023-07-01 14:46:31 +0100
commitfe8abb0c60b1f684133437934c7d089b73991ecb (patch)
tree0bf0e40f72bdc9d1860375542d98f29f16f58673 /nix-conf/machines/egalmoth
parent6887db360a6b092eb6a1ecd8ba1b1bec2963d33d (diff)
downloaddotfiles-fe8abb0c60b1f684133437934c7d089b73991ecb.tar.gz
Set programs.zsh.enable
Diffstat (limited to 'nix-conf/machines/egalmoth')
-rw-r--r--nix-conf/machines/egalmoth/configuration.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/nix-conf/machines/egalmoth/configuration.nix b/nix-conf/machines/egalmoth/configuration.nix
index 550d1fd..9330414 100644
--- a/nix-conf/machines/egalmoth/configuration.nix
+++ b/nix-conf/machines/egalmoth/configuration.nix
@@ -177,6 +177,8 @@
     meslo-lgs-nf
   ];
 
+  programs.zsh.enable = true;
+
   programs.sway = {
     enable = true;
     wrapperFeatures.gtk = true;