Update users.nix

This commit is contained in:
ediblerope 2026-01-21 22:49:21 +00:00 committed by GitHub
parent 396a8847c8
commit 26d5cd8d0a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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