mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-04-01 01:30:53 +02:00
Added direnv
This commit is contained in:
parent
cc0f78de9b
commit
2361fd2dd6
1 changed files with 6 additions and 0 deletions
|
@ -34,6 +34,12 @@
|
|||
theme = "DarkBlue";
|
||||
};
|
||||
|
||||
programs.direnv = {
|
||||
enable = true;
|
||||
enableFishIntegration = true;
|
||||
nix-direnv.enable = true;
|
||||
};
|
||||
|
||||
|
||||
|
||||
home.pointerCursor = {
|
||||
|
|
Loading…
Add table
Reference in a new issue