misc small changes

This commit is contained in:
Vinzenz Schroeter 2023-12-25 12:30:11 +01:00
parent a7fedb9e8a
commit d451f0e531
3 changed files with 10 additions and 4 deletions

View file

@ -12,7 +12,7 @@ in {
name = "vinzenz";
description = "Vinzenz Schroeter";
home = "/home/vinzenz";
extraGroups = ["networkmanager" "wheel" "games"];
extraGroups = ["networkmanager" "wheel" "games" "dialout"];
shell = pkgs.zsh;
};
};