flake: move grapics settings into graphics.nix

This commit is contained in:
Bloxx12 2025-04-09 14:46:33 +02:00
commit 3d8f490672
3 changed files with 16 additions and 29 deletions

View file

@ -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";
};
}

View file

@ -29,8 +29,6 @@ in {
# monitor configuration
./monitors.nix
./hardware.nix
];
options.modules.system = {