Update kitchen config
This commit is contained in:
parent
efd729eb3f
commit
26772f936d
@ -27,6 +27,7 @@
|
|||||||
wget
|
wget
|
||||||
micro
|
micro
|
||||||
firefox
|
firefox
|
||||||
|
chromium
|
||||||
pkgs.gnome.gnome-tweaks
|
pkgs.gnome.gnome-tweaks
|
||||||
];
|
];
|
||||||
|
|
||||||
@ -57,8 +58,7 @@
|
|||||||
users.users.michael = {
|
users.users.michael = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
description = "Michael Thomas";
|
description = "Michael Thomas";
|
||||||
extraGroups = [ "wheel" "docker" "adbusers" ]; # Enable ‘sudo’ for the user.
|
extraGroups = [ "wheel" "docker" "adbusers" "dialout" ];
|
||||||
|
|
||||||
shell = pkgs.zsh;
|
shell = pkgs.zsh;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user