Fix installation for laptop.

This commit is contained in:
jay
2025-06-29 03:19:50 +00:00
parent 8d0dfec9ea
commit 1524e280de
2 changed files with 6 additions and 6 deletions

View File

@@ -64,9 +64,9 @@
services.libinput.enable = true;
# Define a user account. Don't forget to set a password with passwd.
users.users.alice = {
users.users.jay = {
isNormalUser = true;
extraGroups = [ "wheel" ]; # Enable sudo for the user.
extraGroups = [ "networkmanager" "wheel" ]; # Enable sudo for the user.
packages = with pkgs; [
tree
];