Update kitchen config

This commit is contained in:
Michael Thomas 2022-01-19 11:19:11 -05:00
parent efd729eb3f
commit 26772f936d

View File

@ -27,6 +27,7 @@
wget
micro
firefox
chromium
pkgs.gnome.gnome-tweaks
];
@ -57,8 +58,7 @@
users.users.michael = {
isNormalUser = true;
description = "Michael Thomas";
extraGroups = [ "wheel" "docker" "adbusers" ]; # Enable sudo for the user.
extraGroups = [ "wheel" "docker" "adbusers" "dialout" ];
shell = pkgs.zsh;
};