mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-03-07 21:21:09 +01:00
10 lines
259 B
Nix
10 lines
259 B
Nix
{lib, ...}: let
|
|
inherit (import ../../str-obf.nix lib) decode;
|
|
workDomain = "lenmlx.ziy";
|
|
in {
|
|
extraInfo.email = "quentin.boyer@${decode workDomain}";
|
|
|
|
extraInfo.username = "traxys";
|
|
|
|
extraInfo.inputs.touchpad = "2:7:SynPS/2_Synaptics_TouchPad";
|
|
}
|