mirror of
https://github.com/willemml/dotfiles.nix.git
synced 2025-04-13 03:37:18 +00:00
7 lines
153 B
Nix
7 lines
153 B
Nix
{...}: {
|
|
imports = [./base.nix];
|
|
users.users.willem = {
|
|
extraGroups = ["networkmanager" "wheel" "video" "udev"];
|
|
isNormalUser = true;
|
|
};
|
|
}
|