From 750f2efaa73b510d9f0bfc45d844bfb11dd59377 Mon Sep 17 00:00:00 2001 From: Mohammad Rafiq Date: Mon, 14 Jul 2025 14:32:59 +0800 Subject: [PATCH] fix(darwin): set user shell --- nix/modules/cli/shell.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nix/modules/cli/shell.nix b/nix/modules/cli/shell.nix index 1b9aba6..0e081a1 100644 --- a/nix/modules/cli/shell.nix +++ b/nix/modules/cli/shell.nix @@ -23,6 +23,7 @@ in value.enable = true; }) cfg.manifest.users; users.users = forAllUsers' (_: value: { shell = pkgs.${value.shell}; }); + environment.shells = [ pkgs.fish ]; }; homeManager.default = { config, ... }: