mirror of
https://github.com/willemml/dotfiles.nix.git
synced 2025-04-13 19:57:19 +00:00
9 lines
184 B
Nix
9 lines
184 B
Nix
{...}: {
|
|
imports = [./default.nix];
|
|
users.users.willem = {
|
|
extraGroups = ["networkmanager" "wheel" "video" "udev"];
|
|
isNormalUser = true;
|
|
|
|
home = "/home/willem";
|
|
};
|
|
}
|