diff options
| author | Soispha <soispha@vhack.eu> | 2023-04-16 15:10:28 +0200 |
|---|---|---|
| committer | Soispha <soispha@vhack.eu> | 2023-05-09 19:30:56 +0200 |
| commit | a2c106f6b062ca300a188403aa7438c4a97a1c91 (patch) | |
| tree | 62ff977f14a630cb1ff75c68547912f44a445144 | |
| parent | Fix(flake): Deduplicate inputs (diff) | |
| download | nixos-config-a2c106f6b062ca300a188403aa7438c4a97a1c91.zip | |
Feat(direnv): Use direnv
Diffstat (limited to '')
| -rw-r--r-- | .envrc | 1 | ||||
| -rw-r--r-- | .gitignore | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/.envrc b/.envrc new file mode 100644 index 00000000..3550a30f --- /dev/null +++ b/.envrc @@ -0,0 +1 @@ +use flake diff --git a/.gitignore b/.gitignore index 8d29f7c8..91db0a20 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ *.ignore Session.vim +.direnv |
