update nushell stuff
This commit is contained in:
parent
b3fe297a4a
commit
5a1252da4b
3 changed files with 44 additions and 2 deletions
|
@ -116,6 +116,7 @@ with builtins; {
|
|||
};
|
||||
|
||||
hardware.gpgSmartcards.enable = true;
|
||||
|
||||
time.timeZone = "Europe/Berlin";
|
||||
|
||||
home-manager.users.jade = {
|
||||
|
@ -156,5 +157,5 @@ with builtins; {
|
|||
algorithm = "zstd";
|
||||
};
|
||||
|
||||
users.defaultUserShell = pkgs.nushellFull;
|
||||
users.defaultUserShell = pkgs.nushell;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue