From d30cdd1e937eba653471577f6d7a419a69daca35 Mon Sep 17 00:00:00 2001 From: Sean Buckley Date: Thu, 29 Oct 2020 14:23:12 -0400 Subject: [PATCH] update steam settings --- modules/graphical.nix | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/modules/graphical.nix b/modules/graphical.nix index a5cde3d..5ac4b74 100644 --- a/modules/graphical.nix +++ b/modules/graphical.nix @@ -7,7 +7,6 @@ mpv libreoffice tdesktop - steam pavucontrol gnome3.dconf-editor glxinfo @@ -26,22 +25,13 @@ ]; - # environment.systemPackages = with pkgs; [ retroarch ]; - # nixpkgs.config.retroarch = { - # enableParallelN64 = true; - # enableNestopia = true; - # enableHiganSFC = true; - # }; - services.xserver.deviceSection = '' Option "VariableRefresh" "true" ''; - hardware = { - pulseaudio.enable = true; - pulseaudio.support32Bit = true; - opengl.driSupport32Bit = true; - }; + programs.steam.enable = true; + + hardware.pulseaudio.enable = true; boot.loader.timeout = null; }