change shell config to module, and ghostty also.

This commit is contained in:
ulic-youthlic 2025-01-11 16:27:01 +08:00
parent 19d80c007f
commit 414972925c
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721
8 changed files with 176 additions and 89 deletions

View file

@ -9,6 +9,8 @@
./helix
./gpg
./git.nix
./shell
./ghostty.nix
];
options = {
@ -21,4 +23,10 @@
'';
};
};
config = {
programs.direnv = {
enable = true;
nix-direnv.enable = true;
};
};
}