Compare commits

..

2 commits

Author SHA1 Message Date
Antoine Martin d0a8fa17e5 home: lorri: enable nix-direnv for direnv 2021-12-03 15:55:04 +01:00
Antoine Martin 5e9d1ad49b home: tridactyl: blacklist localhost
Jupyter notebooks have handy shortcuts
2021-12-03 15:54:21 +01:00
2 changed files with 5 additions and 0 deletions

View file

@ -12,6 +12,10 @@ in
programs.direnv = { programs.direnv = {
enable = true; enable = true;
enableFishIntegration = true; enableFishIntegration = true;
# FIXME: proper file, not lorri.nix
nix-direnv = {
enable = true;
};
}; };
}; };
} }

View file

@ -29,3 +29,4 @@ set editorcmd emacsclient -c
set yankto both set yankto both
blacklistadd netflix.com blacklistadd netflix.com
blacklistadd localhost