bump: updated home-manager and goober config

This commit is contained in:
chloe 2025-01-01 17:59:05 +01:00
parent c84a24c2ac
commit d66a08f8f2
5 changed files with 34 additions and 39 deletions

View file

@ -65,7 +65,7 @@
# Define a user account. Don't forget to set a password with passwd.
users.users.harry123 = {
isNormalUser = true;
extraGroups = [ "wheel" ]; # Enable sudo for the user.
extraGroups = [ "wheel" "audio" "video" ]; # Enable sudo for the user.
packages = with pkgs; [
firefox
tailscale