Commit graph

24 commits

Author SHA1 Message Date
87bcb693bc
hydrogen: init 2025-11-02 11:57:53 +08:00
2e9f34337a
tungsten: remove
poof and gone
2025-08-11 09:19:45 +02:00
e732115d8e
nix: make sources available in repl sessions 2025-08-07 13:29:22 +02: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
c725b27c97
default: re-export lib for comfortable repl sessions 2025-06-22 14:37:47 +02:00
40bfb07763
nix: remove export of overlay in default.nix 2025-05-28 13:42:32 +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
cd30c76bd7
minor refactor 2025-05-27 21:19:56 +02:00
0fcbb8064d
overlays: create indirection 2025-05-20 18:08:03 +02:00
c916ee362e
altiosevka: pin 2025-05-20 11:05:05 +02:00
b20a752858 Add tungsten (#9)
Reviewed-on: https://codeberg.org/leana8959/.files/pulls/9
Co-authored-by: Léana 江 <leana.jiang+git@icloud.com>
Co-committed-by: Léana 江 <leana.jiang+git@icloud.com>
2025-04-10 23:25:55 +00:00
a8ab6b91a1
nix: make all files self-contained 2025-04-06 19:13:05 +02:00
85753e946e
nix: move specialArgs into per-host file 2025-04-06 18:48:36 +02:00
ec7246e524
nix: refactor modules pass 1 2025-04-01 21:35:06 +02:00
f710f7cef9
nix: make configurations self sufficient 2025-03-24 17:03:04 +01:00
f2ee73355f
nix: split overlays into files 2025-03-24 16:04:26 +01:00
29a8085664
nix: export packages 2025-03-24 15:40:31 +01:00
558a59867b
nix: adapt installer to flake-less 2025-03-24 15:33:36 +01:00
e2bdc9aacf
nix: remove module export in flake 2025-03-24 15:20:22 +01:00
16af3fc658
nix: move vanadium entry point to its own file 2025-03-24 14:47:58 +01:00
2c2b3bd0d6
nix: use niv 2025-03-24 14:28:36 +01:00
Léana 江
0e2985a93c fix(nix): use nix properly 2024-10-30 18:15:50 +01:00
Léana 江
61157fd972 update: nix 2024-10-30 18:15:50 +01:00
Léana 江
e3662da761 add: use nix 2024-10-30 18:15:49 +01:00