Switch steam package for steam config, enable steam-hardware support to fix controller
This commit is contained in:
parent
71a9ac5e5f
commit
a33a676677
|
@ -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;
|
||||||
|
|
|
@ -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
|
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue