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
aa3f2cbc21
vanadium: be explicit about the emacs being vulnerable
...
I don't think this actually changes anything
Welp it actually doesn't
🦤
2025-06-29 22:13:52 +02:00
76ed0c10f4
overlays: move fcitx5-table-extra patch to top-level
2025-06-20 12:06:21 +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
9ca1c2c0f9
iosevka: fine tune
2025-05-28 12:41:22 +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
9894170baa
vanadium: 🏳️⚧️
2025-05-27 00:36:32 +02:00
fb0fc8e911
overlays: break apart overlays
2025-05-25 12:24:12 +02:00
f8c6247115
vanadium: +nix-tree
2025-05-24 15:40:37 +02:00
7b78d6bf54
overlays: drop the call argument to simplify
2025-05-23 10:53:48 +02:00
5da726a8af
overlays/emacs28: init
...
It was removed, but I need it for PLFA :c
2025-05-23 10:50:00 +02:00
1b6aa25cc9
overlay/wired-notify: migrate to by-name
2025-05-20 18:08:45 +02:00
624a7d4e04
overlay/nur: migrate to by-name
2025-05-20 18:08:08 +02:00
e47f1009fa
overlay/disko: migrate to by-name
2025-05-20 18:08:08 +02:00
6bda62ae45
overlays: agenix: migrate to by-name
2025-05-20 18:08:08 +02:00
5ace920975
overlay/wallpapers: drop
2025-05-20 18:08:08 +02:00
6bd36e9970
overlay/wireshark: migrate to by-name
2025-05-20 18:08:08 +02:00
e875c361db
overlay/isabelle-2023: migrate to by-name
2025-05-20 18:08:08 +02:00
1a9dceb981
overlays: init by-name structure
2025-05-20 18:08:08 +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
0299c9e14d
remove boomer
2025-05-02 14:06:51 +02:00
420d265ba3
nix: rename pins
2025-04-30 15:35:16 +02:00
81a2c13fda
nix: unpin digikam
2025-04-08 18:24:01 +02:00
3ff3303e1e
vanadium: split myPkgs and myPkgs'
2025-04-06 21:39:36 +02:00
a8ab6b91a1
nix: make all files self-contained
2025-04-06 19:13:05 +02:00
99f358208d
nix: +boomer
2025-03-26 22:24:47 +01:00
fe05b5ba5a
nix: rewrite overlays with niv
2025-03-26 22:06:54 +01:00
f2ee73355f
nix: split overlays into files
2025-03-24 16:04:26 +01:00
f8fcbca37e
nix: fix disko overlay
2025-03-24 15:30:01 +01:00
f4c2f1487b
nix: add todo
2025-03-24 14:33:18 +01:00
2c2b3bd0d6
nix: use niv
2025-03-24 14:28:36 +01:00
d595a18b8f
hm/vanadium: -boomer
2025-03-24 08:59:40 +01:00
cfbb24eceb
nix: improve flake overlays
2025-03-23 10:13:16 +01:00
906ffa7fe1
nix: fix overlay pinning
...
This would prevent the massive rebuild
2025-03-12 02:33:25 +01:00
6db7b47947
nix: expose packages outside of flake
2025-03-07 19:00:24 +01:00
0858492741
nix: unpin neovim 10.0 -> 10.2
2025-02-22 13:12:13 +01:00
0c770cd45a
digikam: use 8.5.0
2025-02-10 22:58:26 +01:00
95eb4b71e0
nix: format with alejandra
2025-02-08 12:10:29 +01:00
daefd1534f
Drop flake parts
...
Use native nix functions to speed up and reduce complexity
2025-02-05 19:16:13 +01:00
6f155e5303
nixos: pin wireshark to unstable
...
https://gitlab.com/wireshark/wireshark/-/issues/19574
2025-01-31 10:12:05 +01:00
1e975334ba
vanadium: +boomer
2025-01-23 10:47:06 +01:00
871d6ed1d3
ref(nix)!: reorganize overlays
...
fix the issue where exported modules can't find exported packages
2024-12-18 21:07:55 +01:00
93f99a47f7
nix: refactor overlay
2024-12-15 21:36:41 +01:00
f61212a23f
nix: move isabelle to overlays
2024-12-13 22:36:06 +01:00
af937ab0fe
nix: refactor overlays
2024-12-13 22:26:18 +01:00
09203e9090
nix: update nur overlay attribute
2024-12-13 22:05:33 +01:00
f6a89cba08
nix: update to 24.11
...
Reviewed-on: https://codeberg.org/leana8959/.files/pulls/1
Co-authored-by: Léana 江 <leana.jiang+git@icloud.com>
Co-committed-by: Léana 江 <leana.jiang+git@icloud.com>
2024-11-30 18:42:54 +00:00
53bad14001
nix: move my projects to packages
2024-11-17 08:26:10 +01:00