diff options
author | EuAndreh <eu@euandre.org> | 2024-01-12 08:45:53 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2024-01-12 08:45:53 -0300 |
commit | 3b2d27457db9ef8911893fa1b843560f1ccab2eb (patch) | |
tree | f2912096f65014593c44b88bd129743e4337f58b /opt | |
parent | etc/sh/rc: Use "\" as a shortcut in vi(1) for saving a file (diff) | |
download | dotfiles-3b2d27457db9ef8911893fa1b843560f1ccab2eb.tar.gz dotfiles-3b2d27457db9ef8911893fa1b843560f1ccab2eb.tar.xz |
Remove Nix/NixOS support from configuration and utilities
Diffstat (limited to 'opt')
-rwxr-xr-x | opt/aux/gen-e-list.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/opt/aux/gen-e-list.sh b/opt/aux/gen-e-list.sh index e47db69..e891d17 100755 --- a/opt/aux/gen-e-list.sh +++ b/opt/aux/gen-e-list.sh @@ -8,7 +8,6 @@ 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 \ |