change shell to zsh

This commit is contained in:
Luj 2023-11-22 18:09:11 +01:00
parent a2934a0d24
commit 34d1a939ee
5 changed files with 187 additions and 9 deletions

View file

@ -4,7 +4,6 @@
isNormalUser = true;
home = "/home/status";
extraGroups = [ "wheel" ];
shell = pkgs.fish;
openssh.authorizedKeys.keyFiles = [
(pkgs.fetchurl {
url = "https://github.com/JulienMalka.keys";