mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-11-09 18:47:02 +00:00
add SteelSeries mouse
This commit is contained in:
parent
ad9d712a62
commit
66de5ea834
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
{ lib, ... }:
|
{ lib, ... }:
|
||||||
let
|
let
|
||||||
dpi = {
|
dpi = {
|
||||||
"Logitech USB Receiver" = "800@1000";
|
"SteelSeries SteelSeries Aerox 3 Wireless" = "800@1000";
|
||||||
"Logitech G Pro Gaming Mouse" = "800@1000";
|
"Logitech G Pro Gaming Mouse" = "800@1000";
|
||||||
"Logitech G305" = "800@1000";
|
"Logitech G305" = "800@1000";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue