Update users.nix
This commit is contained in:
parent
fed97579ec
commit
369d56cf42
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@
|
|||
users.users.fred = {
|
||||
isNormalUser = true;
|
||||
description = "fred";
|
||||
extraGroups = [ "networkmanager" "wheel" ];
|
||||
extraGroups = [ "networkmanager" "wheel" "docker" ];
|
||||
packages = with pkgs; [
|
||||
bazaar
|
||||
fastfetch
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue