feature/chromium #38

Merged
aaron merged 7 commits from feature/chromium into main 2026-03-28 22:08:18 +01:00
Showing only changes of commit f9f9c72498 - Show all commits

View File

@@ -5,7 +5,7 @@
users.users.aaron = {
isNormalUser = true;
group = "users";
extraGroups = [ "wheel" "networkmanager" ];
extraGroups = [ "wheel" "networkmanager" "dialout" ];
shell = pkgs.zsh;
};