b50954a4ef
Upgrade to 25.11 ( #25 )
...
Reviewed-on: https://codeberg.org/leana8959/.files/pulls/25
Co-authored-by: Léana 江 <leana.jiang+git@icloud.com>
Co-committed-by: Léana 江 <leana.jiang+git@icloud.com>
2025-11-28 04:30:58 +01:00
caadc265e4
Remove lvm under btrfs ( #24 )
...
Reviewed-on: https://codeberg.org/leana8959/.files/pulls/24
Co-authored-by: Léana 江 <leana.jiang+git@icloud.com>
Co-committed-by: Léana 江 <leana.jiang+git@icloud.com>
2025-11-24 05:00:45 +01:00
ebf8468807
tree-wide: format with nixfmt
...
Another saturday another useless formatter change.
It's my dotfiles, after all
alejandra doesn't handle c-style inline comments well.
2025-11-08 10:15:58 +08:00
f30709cdea
overlays: refactor by using .asFlake attribute
2025-09-02 18:55:49 +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
b5be48ba8d
refactor leaky abstraction of niv
2025-06-20 11:53:09 +02:00
409b58ccd7
niv: pin nil to repo unstable version
2025-06-16 08:12:09 +02:00