NixOS config using flakes
- overlays/{linux,wine-osu}.nix -> packages/{linux-lava,wine-osu}/
- overlays/misc/ -> overlays/patches/
- overlays/misc/0001...patch -> packages/linux-lava/si...patch
- overlays/misc/wine/ -> packages/wine-osu/patches/
- flake.nix:
- overlays are dynamically read from overlays/
- define custom packages separately
- packages/*
- now imported using callPackage
|
||
|---|---|---|
| .github/workflows | ||
| hosts/winter | ||
| overlays | ||
| packages | ||
| res | ||
| users/rin | ||
| flake.lock | ||
| flake.nix | ||
| LICENSE | ||