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
# For Steam support
programs.steam.enable = true;
hardware.steam-hardware.enable = true;
hardware.opengl.driSupport32Bit = true;
hardware.openrazer = {
enable = true;

View file

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