This commit is contained in:
Lucy von Overheidt 2025-09-14 01:07:22 +02:00
parent 0c9f150374
commit d6366c68c0
3 changed files with 232 additions and 8 deletions

View file

@ -67,7 +67,10 @@
"
];
isNormalUser = true;
extraGroups = [ "wheel" ]; # Enable sudo for the user.
extraGroups = [
"wheel"
"podman"
]; # Enable sudo for the user.
packages = with pkgs; [
tree
];