mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-04-30 16:21:45 +02:00
13 lines
286 B
Nix
13 lines
286 B
Nix
{
|
|
extraInfo.username = "traxys";
|
|
|
|
extraInfo.email = "quentin+dev@familleboyer.net";
|
|
|
|
extraInfo.inputs = {
|
|
keyboard = [
|
|
"12815:20548:Glorious_GMMK_Pro"
|
|
"12815:20548:Glorious_GMMK_Pro_Consumer_Control"
|
|
];
|
|
#touchpad = "2:7:SynPS/2_Synaptics_TouchPad";
|
|
};
|
|
}
|