almost nuked whole sys

This commit is contained in:
danny 2024-12-14 02:27:00 +08:00
parent 43368d1e3a
commit ab917700ee
4 changed files with 24 additions and 27 deletions

View file

@ -3,7 +3,7 @@
{
users.users.danny = {
isNormalUser = true;
shell = pkgs.zsh;
shell = pkgs.nushell;
extraGroups = [ "wheel" "qemu" "kvm" "libvirtd" "networkmanager" ];
};
}