mirror of
https://github.com/ryanccn/flake.git
synced 2025-12-06 08:10:43 +01:00
refactor: add lots of programs
This commit is contained in:
parent
661ff3f1a0
commit
da6ce75ba9
14 changed files with 99 additions and 82 deletions
11
home/programs/direnv.nix
Normal file
11
home/programs/direnv.nix
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
_: {
|
||||
programs.direnv = {
|
||||
enable = true;
|
||||
|
||||
enableBashIntegration = true;
|
||||
enableZshIntegration = true;
|
||||
# enableFishIntegration = true;
|
||||
|
||||
nix-direnv.enable = true;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue