405211ec2c
treewide: remove ltex_dict
...
I don't use this spell checker anymore. It is too slow
2025-07-25 14:08:58 +02:00
1ec7a89053
treewide: remove ranger
2025-07-15 18:02:20 +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
ae8273ee9d
treewide: remove battery-notify script
2025-07-01 20:42:01 +02:00
6ca9516500
{vanadium,tungsten}: remove duplicated packages
2025-06-29 22:27:06 +02:00
ebabf4f335
style: run statix
2025-06-28 16:41:11 +02:00
b5be48ba8d
refactor leaky abstraction of niv
2025-06-20 11:53:09 +02:00
057a443b0f
tungsten: refresh config
2025-06-20 00:19:43 +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
1fc0e49eda
tree-wide: no need to set hostPlatform
2025-05-27 21:24:38 +02:00
cfe8393591
tungsten: update overlays
2025-05-25 12:26:37 +02:00
a018124975
tungsten: adapt configuration to new overlay
2025-05-20 18:15:23 +02:00
c916ee362e
altiosevka: pin
2025-05-20 11:05:05 +02:00
a2811e91b4
use home-manager shorthand module
2025-05-20 11:04:06 +02:00
2ccc494368
tungsten: point configuration to btrfs
2025-05-05 20:59:20 +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