Nixfiles/localinfo.nix.template

12 lines
235 B
Text
Raw Normal View History

2021-06-20 22:13:29 +02:00
{
2022-02-06 20:52:31 +01:00
home.username = "traxys";
home.homeDirectory = "/home/traxys";
2021-06-20 22:13:29 +02:00
2022-02-06 20:52:31 +01:00
extraInfo.email = "some@email";
2021-06-20 22:13:29 +02:00
2022-02-06 20:52:31 +01:00
extraInfo.inputs = {
keyboard = "1:1:AT_Translated_Set_2_keyboard";
touchpad = "2:7:SynPS/2_Synaptics_TouchPad";
};
2021-06-20 22:13:29 +02:00
}