Commit graph

8 commits

Author SHA1 Message Date
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
0421536d27
shell: fix incorrect schema 2025-07-01 20:39:38 +02:00
28b987bf6d
shell: chunk up usecases 2025-06-28 14:14:44 +02:00
8e540bcfb9
packages: rework package set organisation
make package set self referential

collapse redundant files for package plumbing

rework packages overlay and simplify scope

update altiosevka font

make altiosevka an overlay instead

note

invert package logic

scope overlay

unify package overlay logic

fix overlay reference
2025-05-28 04:30:12 +02:00
295bea4e87
shell: fix overlay and update 2025-05-27 21:19:22 +02:00
5016af9c6d
vanadium: move haskell tools to environment 2025-05-10 22:01:20 +02:00
907a2b377e
nix: update shell.nix 2025-04-06 21:39:36 +02:00
8ddc0b1dd3
nix: add devShell 2025-04-06 19:02:57 +02:00