Switch steam package for steam config, enable steam-hardware support to fix controller

This commit is contained in:
Evie Litherland-Smith 2023-04-29 18:00:26 +01:00
parent 71a9ac5e5f
commit a33a676677
2 changed files with 4 additions and 3 deletions

View file

@ -32,6 +32,8 @@ in
# Extra hardware configuration # Extra hardware configuration
# For Steam support # For Steam support
programs.steam.enable = true;
hardware.steam-hardware.enable = true;
hardware.opengl.driSupport32Bit = true; hardware.opengl.driSupport32Bit = true;
hardware.openrazer = { hardware.openrazer = {
enable = true; enable = true;

View file

@ -5,11 +5,10 @@
../../git/personal.nix ../../git/personal.nix
]; ];
home.packages = with pkgs; [ home.packages = with pkgs; [
mesa discord
element-desktop
neovide neovide
nomachine-client nomachine-client
otpclient otpclient
steam
steam-run
]; ];
} }