steam broken

This commit is contained in:
voidarclabs
2026-02-12 17:32:28 +00:00
parent c80b40641f
commit cca97491c9
2 changed files with 5 additions and 0 deletions

View File

@@ -208,6 +208,7 @@
# User programs
programs.steam.enable = true;
programs.steam.package = pkgs.unstable.steam;
programs.walker.enable = true;
programs.dconf.enable = true;
programs.xfconf.enable = true;

View File

@@ -27,6 +27,10 @@
# Opengl and vulkan
hardware.graphics = {
enable = true;
extraPackages = with pkgs; [
libva-vdpau-driver
libvdpau-va-gl
];
enable32Bit = true;
};