.files/nix/configurations
Léana 江 8cc6d2b71c
remove niv residue
```fish
for d in {.,**/*}
    if [ ! -d $d ]; continue; end

    set from ./nix/sources.nix
    set to   ./npins

    set from (realpath -s $from --relative-to $d)
    set to   (realpath -s $to   --relative-to $d)

    echo "($d, $from, $to)"

    for f in $d/*
        if [ ! -f $f ]; continue; end
        sed -i "s=$from=$to=" $f
    end
end
```
2025-07-03 08:39:28 +02:00
..
installer chore: run alejandra 2025-06-20 21:41:16 +02:00
tungsten treewide: remove battery-notify script 2025-07-01 20:42:01 +02:00
vanadium remove niv residue 2025-07-03 08:39:28 +02:00
installer.nix installer: remove unused reference to self 2025-06-12 10:33:46 +02:00
tungsten.nix remove niv residue 2025-07-03 08:39:28 +02:00
vanadium.nix remove niv residue 2025-07-03 08:39:28 +02:00