mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-11-09 18:47:02 +00:00
update steam settings
This commit is contained in:
parent
bf701b3b7c
commit
d30cdd1e93
1 changed files with 3 additions and 13 deletions
|
@ -7,7 +7,6 @@
|
||||||
mpv
|
mpv
|
||||||
libreoffice
|
libreoffice
|
||||||
tdesktop
|
tdesktop
|
||||||
steam
|
|
||||||
pavucontrol
|
pavucontrol
|
||||||
gnome3.dconf-editor
|
gnome3.dconf-editor
|
||||||
glxinfo
|
glxinfo
|
||||||
|
@ -26,22 +25,13 @@
|
||||||
|
|
||||||
];
|
];
|
||||||
|
|
||||||
# environment.systemPackages = with pkgs; [ retroarch ];
|
|
||||||
# nixpkgs.config.retroarch = {
|
|
||||||
# enableParallelN64 = true;
|
|
||||||
# enableNestopia = true;
|
|
||||||
# enableHiganSFC = true;
|
|
||||||
# };
|
|
||||||
|
|
||||||
services.xserver.deviceSection = ''
|
services.xserver.deviceSection = ''
|
||||||
Option "VariableRefresh" "true"
|
Option "VariableRefresh" "true"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
hardware = {
|
programs.steam.enable = true;
|
||||||
pulseaudio.enable = true;
|
|
||||||
pulseaudio.support32Bit = true;
|
hardware.pulseaudio.enable = true;
|
||||||
opengl.driSupport32Bit = true;
|
|
||||||
};
|
|
||||||
|
|
||||||
boot.loader.timeout = null;
|
boot.loader.timeout = null;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue