refactor(hardware): major refactor of hardware modules
This commit is contained in:
parent
8f229750b0
commit
4a177d2122
18 changed files with 95 additions and 191 deletions
|
|
@ -9,11 +9,8 @@ in
|
|||
{
|
||||
imports = [
|
||||
./base
|
||||
./nvidia
|
||||
./gaming
|
||||
./laptop
|
||||
./mediaServer
|
||||
./amd
|
||||
];
|
||||
|
||||
options = {
|
||||
|
|
@ -29,15 +26,6 @@ in
|
|||
gaming = {
|
||||
enable = lib.mkEnableOption "Enable the gaming profile";
|
||||
};
|
||||
laptop = {
|
||||
enable = lib.mkEnableOption "Enable the laptop profile";
|
||||
};
|
||||
nvidia = {
|
||||
enable = lib.mkEnableOption "Enable the nvidia profile";
|
||||
};
|
||||
amd = {
|
||||
enable = lib.mkEnableOption "Enable the amd profile";
|
||||
};
|
||||
mediaServer = {
|
||||
enable = lib.mkEnableOption "Enable the mediaServer profile";
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue