This commit is contained in:
Gene Liverman 2023-12-16 22:46:04 -05:00
parent 493ac02c33
commit 86daca782c
2 changed files with 7 additions and 1 deletions

View file

@ -85,7 +85,9 @@
'';
};
programs.zsh.enable = true;
programs = {
zsh.enable = true;
};
services.nix-daemon.enable = true;