Add razer drivers

This commit is contained in:
Evie Litherland-Smith 2023-04-04 18:19:44 +01:00
parent 3c959b23c1
commit edaf6e5244

View file

@ -37,8 +37,12 @@
# Set up home manager for user
home-manager.users.xenia = import ./home-manager/vanguard-xenia.nix;
# Extra hardware configuration
# For Steam support
hardware.opengl.driSupport32Bit = true;
hardware.bluetooth.enable = true;
hardware.openrazer = {
enable = true;
users = [ "xenia" ];
};
}