Nixfiles/hostconfig/ZeNixComputa/extra_info.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";
};
}