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 = {
|
users.users.fred = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
description = "fred";
|
description = "fred";
|
||||||
extraGroups = [ "networkmanager" "wheel" ];
|
extraGroups = [ "networkmanager" "wheel" "docker" ];
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
bazaar
|
bazaar
|
||||||
fastfetch
|
fastfetch
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue