diff options
Diffstat (limited to 'nix-conf/machines/edrahil/configuration.nix')
-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; [ |