summaryrefslogtreecommitdiff
path: root/os/core/drivers.nix
diff options
context:
space:
mode:
Diffstat (limited to 'os/core/drivers.nix')
-rw-r--r--os/core/drivers.nix17
1 files changed, 0 insertions, 17 deletions
diff --git a/os/core/drivers.nix b/os/core/drivers.nix
index d6b2cec..e6e2814 100644
--- a/os/core/drivers.nix
+++ b/os/core/drivers.nix
@@ -9,7 +9,6 @@ let
cfg = config.os.core.drivers;
in
{
- imports = [ inputs.nix-gaming-edge.nixosModules.default ];
options.os.core.drivers = {
enable = lib.mkEnableOption "enables hardware drivers";
@@ -25,14 +24,6 @@ in
graphics = {
enable = lib.mkEnableOption "graphics support";
- version = lib.mkOption {
- type = lib.types.enum [
- "stable"
- "git"
- ];
- default = "stable";
- description = "Which Mesa version to use. 'git' uses the mesa-git overlay.";
- };
amdgpu.enable = lib.mkEnableOption "amd specific gpu features";
};
@@ -92,14 +83,6 @@ in
];
};
})
- (lib.mkIf (cfg.graphics.enable && cfg.graphics.version == "git") {
- nixpkgs.overlays = [ inputs.nix-gaming-edge.overlays.mesa-git ];
- drivers.mesa-git = {
- enable = true;
- # cacheCleanup.enable = true;
- # steamOrphanCleanup.enable = true;
- };
- })
{
boot.kernelPackages =
let