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,3 @@
{
}

View File

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

View File

@@ -1,7 +1,7 @@
{ inputs, ... }: {
den.aspects.kernel = {
nixos = { pkgs, ... }: {
imports = [ inputs.nix-cachyos-kernel.overlays.default ];
nixpkgs.overlays = [ inputs.nix-cachyos-kernel.overlays.default ];
boot.kernelPackages = pkgs.cachyosKernels.linuxPackages-cachyos-latest;
};

View File

@@ -24,6 +24,8 @@
gaming
#crab-hole
kernel
];
};
}