11 lines
No EOL
238 B
Nix
Executable file
11 lines
No EOL
238 B
Nix
Executable file
{ inputs, config, pkgs, ... }:
|
|
|
|
{
|
|
imports = [
|
|
inputs.chaotic.nixosModules.nyx-cache
|
|
inputs.chaotic.nixosModules.nyx-overlay
|
|
inputs.chaotic.nixosModules.nyx-registry
|
|
];
|
|
|
|
boot.kernelPackages = pkgs.linuxPackages_cachyos;
|
|
} |