refactor: consistence
This commit is contained in:
21
nixos/system/yukkop/devvm-manual.nix
Normal file
21
nixos/system/yukkop/devvm-manual.nix
Normal 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;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user