diff options
author | David Morgan <djm_uk@protonmail.com> | 2023-07-01 14:46:31 +0100 |
---|---|---|
committer | David Morgan <djm_uk@protonmail.com> | 2023-07-01 14:46:31 +0100 |
commit | fe8abb0c60b1f684133437934c7d089b73991ecb (patch) | |
tree | 0bf0e40f72bdc9d1860375542d98f29f16f58673 /nix-conf/machines/edrahil | |
parent | 6887db360a6b092eb6a1ecd8ba1b1bec2963d33d (diff) | |
download | dotfiles-fe8abb0c60b1f684133437934c7d089b73991ecb.tar.gz |
Set programs.zsh.enable
Diffstat (limited to 'nix-conf/machines/edrahil')
-rw-r--r-- | nix-conf/machines/edrahil/configuration.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/nix-conf/machines/edrahil/configuration.nix b/nix-conf/machines/edrahil/configuration.nix index 351f354..999aea7 100644 --- a/nix-conf/machines/edrahil/configuration.nix +++ b/nix-conf/machines/edrahil/configuration.nix @@ -60,6 +60,8 @@ extraRules = [ { users = [ "djm" ]; noPass = true; keepEnv = true; } ]; }; + programs.zsh.enable = true; + programs.vim.defaultEditor = true; environment.systemPackages = with pkgs; [ |