diff --git a/home-manager/EDI-Lillian.nix b/home-manager/EDI-Lillian.nix index 61bf07e..8515ffe 100644 --- a/home-manager/EDI-Lillian.nix +++ b/home-manager/EDI-Lillian.nix @@ -106,7 +106,6 @@ remotePlay.openFirewall = true; # Open ports in the firewall for Steam Remote Play dedicatedServer.openFirewall = true; # Open ports in the firewall for Source Dedicated Server }; - hardware.opengl.driSupport32Bit = true; # Enables support for 32bit libs that steam uses programs.vscode = { enable = true; diff --git a/home-manager/GLaDOS-Lillian.nix b/home-manager/GLaDOS-Lillian.nix index dd0c713..8515ffe 100644 --- a/home-manager/GLaDOS-Lillian.nix +++ b/home-manager/GLaDOS-Lillian.nix @@ -106,7 +106,6 @@ remotePlay.openFirewall = true; # Open ports in the firewall for Steam Remote Play dedicatedServer.openFirewall = true; # Open ports in the firewall for Source Dedicated Server }; - hardware.opengl.driSupport32Bit = true; # Enables support for 32bit libs that steam usess programs.vscode = { enable = true; diff --git a/nixos/EDI/configuration.nix b/nixos/EDI/configuration.nix index 8163f90..cbbeaea 100644 --- a/nixos/EDI/configuration.nix +++ b/nixos/EDI/configuration.nix @@ -110,6 +110,8 @@ # Enable networking networking.networkmanager.enable = true; + hardware.opengl.driSupport32Bit = true; # Enables support for 32bit libs that steam uses + # Set your time zone. time.timeZone = "Europe/Amsterdam"; diff --git a/nixos/GLaDOS/configuration.nix b/nixos/GLaDOS/configuration.nix index 630aa92..39639df 100644 --- a/nixos/GLaDOS/configuration.nix +++ b/nixos/GLaDOS/configuration.nix @@ -110,6 +110,8 @@ # Enable networking networking.networkmanager.enable = true; + hardware.opengl.driSupport32Bit = true; # Enables support for 32bit libs that steam uses + # Set your time zone. time.timeZone = "Europe/Amsterdam";