diff options
author | EuAndreh <eu@euandre.org> | 2024-04-25 15:55:54 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2024-04-25 15:55:54 -0300 |
commit | 0b720343053dd0f67faa53698ebe748fbeddc6b3 (patch) | |
tree | cd6faedf9acf2c82405483f9f728079a33ea978e /opt | |
parent | etc/sh/rc: export $TD_USE_BUILTIN_HOOKS (diff) | |
download | dotfiles-0b720343053dd0f67faa53698ebe748fbeddc6b3.tar.gz dotfiles-0b720343053dd0f67faa53698ebe748fbeddc6b3.tar.xz |
Revert "Remove Nix/NixOS support from configuration and utilities"
This reverts commit 3b2d27457db9ef8911893fa1b843560f1ccab2eb.
Diffstat (limited to 'opt')
-rwxr-xr-x | opt/aux/gen-e-list.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/opt/aux/gen-e-list.sh b/opt/aux/gen-e-list.sh index d0586f1..7102e27 100755 --- a/opt/aux/gen-e-list.sh +++ b/opt/aux/gen-e-list.sh @@ -8,6 +8,7 @@ set -eu $XDG_CONFIG_HOME/sh/rc $XDG_CONFIG_HOME/guix/home.scm $XDG_CONFIG_HOME/guix/system.scm + $XDG_CONFIG_HOME/nix/configuration.nix EOF find \ |