diff --git a/configurations/bbsteamie/hardware-configuration.nix b/configurations/bbsteamie/hardware-configuration.nix index a4795444..e1eefa6d 100644 --- a/configurations/bbsteamie/hardware-configuration.nix +++ b/configurations/bbsteamie/hardware-configuration.nix @@ -2,26 +2,10 @@ config, jovian, modulesPath, - pkgs, ... }: { nixpkgs.hostPlatform = "x86_64-linux"; - nixpkgs.overlays = [ - jovian.overlays.default - - # Overlays for gamescope don't get applied properly for some reason - (final: prev: { - inherit - (jovian.legacyPackages.${pkgs.system}) - gamescope - gamescope-session - gamescope-wsi - pkgsi686Linux - ; - }) - ]; - imports = [ (modulesPath + "/installer/scan/not-detected.nix") jovian.nixosModules.default