fix: shell

This commit is contained in:
Rasyidan Akbar F. 2025-10-01 10:18:54 +07:00
commit 29b47dcb0e

View file

@ -23,6 +23,10 @@
};
};
environment.shells = [ pkgs.nushell ];
users.users.${user}.shell = pkgs.nushell;
system = {
primaryUser = user;
stateVersion = 6;