nixfiles/presets/nixos/kernelLatest.nix
2024-08-12 15:59:00 +01:00

6 lines
81 B
Nix

{tree, ...}: {
imports = with tree.profiles.nixos.kernels; [
latest
];
}