nixfiles/home/nixos.nix
ChaotiCryptidz d89b38c29e Formatting.
2021-12-21 15:26:21 +00:00

7 lines
175 B
Nix

{ config, ... }: {
users.users.chaoticryptidz = {
isNormalUser = true;
extraGroups = [ "wheel" "video" "systemd-journal" "plugdev" "vfio" "input" "uinput" ];
};
}