update nushell stuff

This commit is contained in:
Schrottkatze 2024-06-12 13:26:34 +02:00
parent b3fe297a4a
commit 5a1252da4b
Signed by: schrottkatze
SSH key fingerprint: SHA256:hXb3t1vINBFCiDCmhRABHX5ocdbLiKyCdKI4HK2Rbbc
3 changed files with 44 additions and 2 deletions

View file

@ -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;
}