Add razer drivers
This commit is contained in:
parent
3c959b23c1
commit
edaf6e5244
|
@ -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" ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue