change shell config to module, and ghostty also.
This commit is contained in:
parent
19d80c007f
commit
414972925c
8 changed files with 176 additions and 89 deletions
|
|
@ -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;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue