Switched to a starship toml file and made nushell the default

This commit is contained in:
2024-11-05 15:15:47 -04:00
parent 5ac3989181
commit aa897b10af
5 changed files with 70 additions and 283 deletions

View File

@@ -69,7 +69,7 @@
description = "panotaka";
extraGroups = ["networkmanager" "wheel" "libvirtd"];
initialPassword = "panotaka";
shell = pkgs.fish;
shell = pkgs.nu;
openssh.authorizedKeys.keys = [
];
};