nix-config/users/willifan/common/user.nix
2024-12-23 01:06:20 +01:00

9 lines
161 B
Nix

{ ... }:
{
users.users.willifan = {
isNormalUser = true;
description = "willifan";
extraGroups = [ "networkmanager" "wheel" "syncthing" ];
};
}