try zen kernel

This commit is contained in:
cy 2025-01-21 01:09:38 -05:00
parent 3a415ccce9
commit 40addb8f90
3 changed files with 11 additions and 1 deletions

View file

@ -2,6 +2,7 @@ let
overlays = [
./conduwuit
./attic
./kernel.nix
];
importedOverlays = map (m: import m) overlays;
in