refactor: consistence

This commit is contained in:
2025-07-17 15:59:17 +00:00
parent 3d0fd7a030
commit 8cbfdcc0ea
4 changed files with 771 additions and 23 deletions

View File

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