Compare commits
2 Commits
506e8ef15e
...
815c1f4edb
| Author | SHA1 | Date | |
|---|---|---|---|
| 815c1f4edb | |||
| 6fb2964443 |
6
.config/direnv/direnvrc
Normal file
6
.config/direnv/direnvrc
Normal file
@@ -0,0 +1,6 @@
|
||||
# Better support for Nix flakes
|
||||
use_flake() {
|
||||
watch_file flake.nix
|
||||
watch_file flake.lock
|
||||
eval "$(nix print-dev-env)"
|
||||
}
|
||||
1
.config/nix/nix.conf
Normal file
1
.config/nix/nix.conf
Normal file
@@ -0,0 +1 @@
|
||||
extra-experimental-features = flakes nix-command
|
||||
@@ -187,6 +187,8 @@ eval "$(zoxide init --cmd cd zsh)"
|
||||
|
||||
eval "$(try init ~/src/tries)"
|
||||
|
||||
eval "$(direnv hook zsh)"
|
||||
|
||||
[ -f ~/.cache/wal/sequences ] && \cat ~/.cache/wal/sequences
|
||||
|
||||
[ -f ~/.cache/wal/colors-tty.sh ] && source ~/.cache/wal/colors-tty.sh
|
||||
|
||||
Reference in New Issue
Block a user