h002 being weird, but it is working tty now

This commit is contained in:
RingOfStorms (Joshua Bell) 2024-05-11 11:46:42 -05:00
parent aa3653e8c2
commit 1ec7eadcb8
11 changed files with 293 additions and 20 deletions

View file

@ -1,16 +0,0 @@
{ pkgs, settings, ... }:
{
users.users.${settings.user.username} = {
initialPassword = "password1";
isNormalUser = true;
extraGroups = [ "wheel" "networkmanager" "video" "input" ];
shell = pkgs.zsh;
};
# TODO how to do this from home manager file instead
environment.pathsToLink = [ "/share/zsh" ];
programs.zsh = {
enable = true;
};
}