This commit is contained in:
biscuit
2025-05-20 06:31:39 -05:00
parent 7fc61d7d27
commit 453bc1f249
4 changed files with 38 additions and 3 deletions
+2 -1
View File
@@ -3,7 +3,8 @@
isNormalUser = true;
extraGroups = [ "wheel" "networkmanager" ];
initialHashedPassword = "$6$Qab6SSvEJM2YRtVA$7Oyl7E3pp/FKtCC.2Tb2tyzp3yp7BFHFAKngUYJssQJ.v1Q2mqsgW9m7njpaKNcka2vyCwrnmw1R.YPlFqR0p1";
shell = pkgs.zsh;
# shell = pkgs.zsh;
shell = pkgs.fish;
packages = with pkgs; [
];
};