From 31023ba3d8726da6494e024905a71705cc575cf4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9ana=20=E6=B1=9F?= Date: Thu, 29 May 2025 15:30:11 +0200 Subject: [PATCH] tree-wide: change my shell to bash --- nix/nixosModules/extra/leana.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/nix/nixosModules/extra/leana.nix b/nix/nixosModules/extra/leana.nix index 57920d83..0f884580 100644 --- a/nix/nixosModules/extra/leana.nix +++ b/nix/nixosModules/extra/leana.nix @@ -6,7 +6,6 @@ # # My user # - programs.fish.enable = true; nix.settings.trusted-users = ["leana"]; users.users."leana" = { isNormalUser = true; @@ -14,7 +13,7 @@ description = "Leana"; group = "leana"; extraGroups = ["wheel"]; - shell = pkgs.fish; + shell = pkgs.bash; openssh.authorizedKeys.keys = config.users.users.root.openssh.authorizedKeys.keys; }; users.groups.leana = {};