Introduced node system

This commit is contained in:
Alejandro Angulo 2023-04-06 20:12:43 -07:00
parent b098765485
commit 2404862e0a
Signed by: alejandro-angulo
GPG key ID: 75579581C74554B6
5 changed files with 83 additions and 7 deletions

View file

@ -37,6 +37,11 @@ in {
};
config = {
# Required when setting shell to zsh
# There is a separate module that configures zsh for make
# Refer to modules/tools/zsh/default.nix
programs.zsh.enable = true;
users.users.${cfg.name} =
{
isNormalUser = true;