diff --git a/modules/apps/steam/default.nix b/modules/apps/steam/default.nix index 229fa73..97a0818 100644 --- a/modules/apps/steam/default.nix +++ b/modules/apps/steam/default.nix @@ -18,5 +18,11 @@ in { remotePlay.openFirewall = true; dedicatedServer.openFirewall = true; }; + + hardware.opengl = { + enable = true; + driSupport = true; + driSupport32Bit = true; + }; }; } diff --git a/systems/x86_64-linux/gospel/default.nix b/systems/x86_64-linux/gospel/default.nix index 5933c2f..7c8971d 100644 --- a/systems/x86_64-linux/gospel/default.nix +++ b/systems/x86_64-linux/gospel/default.nix @@ -36,12 +36,6 @@ boot.binfmt.emulatedSystems = ["aarch64-linux" "armv6l-linux"]; - hardware.opengl = { - enable = true; - driSupport = true; - driSupport32Bit = true; - }; - nixpkgs.config.allowUnfree = true; networking.hostName = "gospel"; # Define your hostname.