diff options
author | EuAndreh <eu@euandre.org> | 2023-02-18 10:08:37 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2023-02-18 10:08:37 -0300 |
commit | 8e75a1945def5f3585ae3ff2e94285f5bb847ff4 (patch) | |
tree | 4d5f340557015e433662a4ca78689814b123df80 | |
parent | etc/nix/configuration.nix: Remove and disable CUPS configuration (diff) | |
download | dotfiles-8e75a1945def5f3585ae3ff2e94285f5bb847ff4.tar.gz dotfiles-8e75a1945def5f3585ae3ff2e94285f5bb847ff4.tar.xz |
opt/aux/gen-e-list.sh: Add configuration.nix to the list
-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 3d5ee4b..9aedc56 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 ~/Documents/txt/*.txt ~/Documents/txt/*.md -not -name TODOs.md | |