Commit graph

3 commits

Author SHA1 Message Date
522de0a6b8
fcitx5-table-extra: patch to wordlist dvorak 2025-09-18 10:47:29 +08:00
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
76ed0c10f4
overlays: move fcitx5-table-extra patch to top-level 2025-06-20 12:06:21 +02:00