cachyos kernel & determinate nix
This commit is contained in:
3
modules/core/desktop/hevel.nix
Normal file
3
modules/core/desktop/hevel.nix
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
|
||||
}
|
||||
7
modules/core/determinate.nix
Normal file
7
modules/core/determinate.nix
Normal file
@@ -0,0 +1,7 @@
|
||||
{ inputs }: {
|
||||
den.aspects.determinate = {
|
||||
nixos = {
|
||||
imports = [ inputs.determinate.nixosModules.default ];
|
||||
};
|
||||
};
|
||||
}
|
||||
@@ -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;
|
||||
};
|
||||
|
||||
@@ -24,6 +24,8 @@
|
||||
gaming
|
||||
|
||||
#crab-hole
|
||||
|
||||
kernel
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user