flake: move grapics settings into graphics.nix
This commit is contained in:
parent
d3b1ea15aa
commit
3d8f490672
3 changed files with 16 additions and 29 deletions
|
@ -1,10 +0,0 @@
|
|||
{lib, ...}: let
|
||||
inherit (lib) mkOption mkEnableOption;
|
||||
in {
|
||||
options.modules.system.hardware = {
|
||||
nvidia = {
|
||||
enable = mkEnableOption "Nvidia Nvidia graphics drivers";
|
||||
};
|
||||
amd.enable = mkEnableOption "AMD graphics drivers";
|
||||
};
|
||||
}
|
|
@ -29,8 +29,6 @@ in {
|
|||
|
||||
# monitor configuration
|
||||
./monitors.nix
|
||||
|
||||
./hardware.nix
|
||||
];
|
||||
|
||||
options.modules.system = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue