Set fish shell for user abonerib

This commit is contained in:
Aleix Boné 2025-08-29 14:53:45 +02:00
parent 2e341f7681
commit 5abf511f17
No known key found for this signature in database
3 changed files with 6 additions and 0 deletions

View File

@ -18,5 +18,6 @@
./base/users.nix
./base/watchdog.nix
./base/zsh.nix
./base/fish.nix
];
}

4
m/common/base/fish.nix Normal file
View File

@ -0,0 +1,4 @@
{ ... }:
{
programs.fish.enable = true;
}

View File

@ -87,6 +87,7 @@
openssh.authorizedKeys.keys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIIFiqXqt88VuUfyANkZyLJNiuroIITaGlOOTMhVDKjf abonerib@bsc"
];
shell = pkgs.fish;
};
vlopez = {