Introduced node system
This commit is contained in:
parent
b098765485
commit
2404862e0a
5 changed files with 83 additions and 7 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue