This commit is contained in:
Vivian 2023-05-03 22:42:47 +02:00
parent 10efcda101
commit 6020657cc6
3 changed files with 6 additions and 2 deletions

View file

@ -53,5 +53,6 @@
ripgrep
rsync
zoxide
tmux
];
}

View file

@ -23,4 +23,7 @@
boot.loader.grub.enable = true;
boot.loader.grub.version = 2;
boot.loader.grub.device = "/dev/sda";
# Make laura admin
users.extraUsers.laura.extraGroups = [ "wheel" ];
}