From 5abf511f1710f6f4bf579df59ab712dc09a45ea6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aleix=20Bon=C3=A9?= Date: Fri, 29 Aug 2025 14:53:45 +0200 Subject: [PATCH] Set fish shell for user abonerib --- m/common/base.nix | 1 + m/common/base/fish.nix | 4 ++++ m/common/base/users.nix | 1 + 3 files changed, 6 insertions(+) create mode 100644 m/common/base/fish.nix diff --git a/m/common/base.nix b/m/common/base.nix index ba53802..2e06175 100644 --- a/m/common/base.nix +++ b/m/common/base.nix @@ -18,5 +18,6 @@ ./base/users.nix ./base/watchdog.nix ./base/zsh.nix + ./base/fish.nix ]; } diff --git a/m/common/base/fish.nix b/m/common/base/fish.nix new file mode 100644 index 0000000..21fdf98 --- /dev/null +++ b/m/common/base/fish.nix @@ -0,0 +1,4 @@ +{ ... }: +{ + programs.fish.enable = true; +} diff --git a/m/common/base/users.nix b/m/common/base/users.nix index 6717fef..ec2be4d 100644 --- a/m/common/base/users.nix +++ b/m/common/base/users.nix @@ -87,6 +87,7 @@ openssh.authorizedKeys.keys = [ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIIFiqXqt88VuUfyANkZyLJNiuroIITaGlOOTMhVDKjf abonerib@bsc" ]; + shell = pkgs.fish; }; vlopez = {