Files
util.nix/nixos/system/yukkop/devvm-manual.nix
2025-07-17 16:00:59 +00:00

22 lines
231 B
Nix

{
inputs,
flake,
self,
}: {
lib,
pkgs,
modulesPath,
config,
...
}:
{
imports = [
self.nixosModules.hectic
];
hectic = {
archetype.base.enable = true;
hardware.lenovo-legion.enable = true;
};
}