cachyos kernel & determinate nix

This commit is contained in:
4DBug
2026-03-11 12:50:23 -05:00
parent f6b4379767
commit 662e8a2f03
6 changed files with 155 additions and 20 deletions

View File

@@ -0,0 +1,7 @@
{ inputs }: {
den.aspects.determinate = {
nixos = {
imports = [ inputs.determinate.nixosModules.default ];
};
};
}