fix(koi): use fish as login shell

This commit is contained in:
alina 🌸 2024-07-11 13:56:18 +03:00
parent 61750fe0e1
commit a10939d28c
Signed by: teidesu
SSH key fingerprint: SHA256:uNeCpw6aTSU4aIObXLvHfLkDa82HWH9EiOj9AXOIRpI
2 changed files with 2 additions and 2 deletions

View file

@ -13,7 +13,7 @@
"/etc/ssh/agenix_key"
];
programs.zsh.enable = true;
programs.fish.enable = true;
environment.systemPackages = with pkgs; [
git
micro

View file

@ -4,7 +4,7 @@
users.users.teidesu = {
isNormalUser = true;
extraGroups = [ "wheel" "kvm" "docker" "pipewire" ];
shell = pkgs.zsh;
shell = pkgs.fish;
openssh.authorizedKeys.keyFiles = [
(abs "ssh/teidesu.pub")