Update users.nix
This commit is contained in:
parent
f48c4b2bbe
commit
ad2a276ec7
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" "docker" ];
|
extraGroups = [ "networkmanager" "wheel" "docker" "qbittorrent" ];
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
bazaar
|
bazaar
|
||||||
fastfetch
|
fastfetch
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue