This commit is contained in:
2025-10-10 09:38:49 -05:00
parent c5efc3fb44
commit 199cfcc92e
7 changed files with 31 additions and 4 deletions

View File

@@ -1,6 +1,11 @@
{ username, ... }:
{
config.hjem.users.${username}.rum.programs.zsh = {
enable = true;
# hj.rum.programs.zsh = {
# enable = true;
# };
hj = {
files = {
".zshrc".source = ./.zshrc;
};
};
}