From fe8abb0c60b1f684133437934c7d089b73991ecb Mon Sep 17 00:00:00 2001 From: David Morgan Date: Sat, 1 Jul 2023 14:46:31 +0100 Subject: Set programs.zsh.enable --- nix-conf/machines/edrahil/configuration.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'nix-conf/machines/edrahil') 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; [ -- cgit 1.4.1-2-gfad0