Update users.nix

This commit is contained in:
ediblerope 2026-01-20 15:30:26 +00:00 committed by GitHub
parent fed97579ec
commit 369d56cf42
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -7,7 +7,7 @@
users.users.fred = {
isNormalUser = true;
description = "fred";
extraGroups = [ "networkmanager" "wheel" ];
extraGroups = [ "networkmanager" "wheel" "docker" ];
packages = with pkgs; [
bazaar
fastfetch