summaryrefslogtreecommitdiff
path: root/kj-laptop01
diff options
context:
space:
mode:
Diffstat (limited to 'kj-laptop01')
-rw-r--r--kj-laptop01/configuration.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/kj-laptop01/configuration.nix b/kj-laptop01/configuration.nix
index 9aab95e..ce0891b 100644
--- a/kj-laptop01/configuration.nix
+++ b/kj-laptop01/configuration.nix
@@ -63,6 +63,7 @@
"wheel"
"networkmanager"
];
+ shell = pkgs.zsh;
hashedPasswordFile = config.sops.secrets.kj_hashed_password.path;
openssh.authorizedKeys.keys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAC/BtvW1c1RbBI8eeGo7oOH2y9byBaxWVDHsErgaE+s kjtsanaktsidis@KJMacbookGroq.local"
@@ -104,4 +105,7 @@
};
environment.systemPackages = with pkgs; [];
+
+ # Enable zsh system-wide
+ programs.zsh.enable = true;
}