13 lines
164 B
Nix
13 lines
164 B
Nix
{
|
|
gitUsername = "";
|
|
gitEmail = "";
|
|
|
|
extraMonitorSettings = "";
|
|
|
|
clock24h = true;
|
|
|
|
browser = "librewolf";
|
|
terminal = "kitty";
|
|
keyboardLayout = "pl";
|
|
}
|