refactor(modules/hardware): move hardware config to modules
This commit is contained in:
parent
cb01ba95b0
commit
067e0c9970
7 changed files with 40 additions and 10 deletions
|
@ -3,6 +3,8 @@
|
|||
imports = [
|
||||
./btrfs.nix
|
||||
./nvidia.nix
|
||||
./audio.nix
|
||||
./cpu.nix
|
||||
];
|
||||
|
||||
options.hardware = {
|
||||
|
@ -12,5 +14,6 @@
|
|||
ephemeralRoot = lib.mkEnableOption "";
|
||||
};
|
||||
gpu = lib.pantheon.mkStrOption;
|
||||
platform = lib.pantheon.mkStrOption;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue