feat: configuring shell & add fish shell

This commit is contained in:
Rasyidan Akbar F. 2025-10-21 16:16:50 +07:00
commit e73cc0c0f5
10 changed files with 130 additions and 22 deletions

View file

@ -25,7 +25,10 @@
environment.shells = [ pkgs.nushell ];
users.users.${user}.shell = pkgs.nushell;
users.users.${user} = {
home = lib.mkDefault "/Users/${user}";
shell = pkgs.nushell;
};
system = {
primaryUser = user;