user-chch.nix aktualisiert
This commit is contained in:
parent
aaa6a74fbb
commit
1be4b3cd54
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
{
|
{
|
||||||
users.users.chch = {
|
users.users.chch = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
extraGroups = [ "wheel" "dialout" "wireshark" "plugdev"]; # Enable ‘sudo’ for the user.
|
extraGroups = ["wheel" "dialout" "wireshark" "plugdev"]; # Enable 'sudo' for the user.
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
tree
|
tree
|
||||||
firefox
|
firefox
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue