fix: shell
This commit is contained in:
parent
323c90ada6
commit
29b47dcb0e
1 changed files with 4 additions and 0 deletions
|
|
@ -23,6 +23,10 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
environment.shells = [ pkgs.nushell ];
|
||||||
|
|
||||||
|
users.users.${user}.shell = pkgs.nushell;
|
||||||
|
|
||||||
system = {
|
system = {
|
||||||
primaryUser = user;
|
primaryUser = user;
|
||||||
stateVersion = 6;
|
stateVersion = 6;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue