Aktualisieren von default.nix
Some checks are pending
Flake.lock / build (push) Waiting to run

This commit is contained in:
Mohamed C. 2024-10-12 15:16:52 +02:00 committed by GitHub
parent 9ff6f5a965
commit 804f9a30a9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,7 +2,6 @@
{ {
users.users.${user} = { users.users.${user} = {
isNormalUser = true; isNormalUser = true;
name = "Mohamed Chrayed";
extraGroups = [ "wheel" "networkmanager" "decky" ]; extraGroups = [ "wheel" "networkmanager" "decky" ];
}; };
} }