Compare commits
2 commits
5e593100d9
...
d0a8fa17e5
Author | SHA1 | Date | |
---|---|---|---|
Antoine Martin | d0a8fa17e5 | ||
Antoine Martin | 5e9d1ad49b |
|
@ -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;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -29,3 +29,4 @@ set editorcmd emacsclient -c
|
||||||
set yankto both
|
set yankto both
|
||||||
|
|
||||||
blacklistadd netflix.com
|
blacklistadd netflix.com
|
||||||
|
blacklistadd localhost
|
||||||
|
|
Loading…
Reference in a new issue