This commit is contained in:
chris 2023-02-25 02:14:25 +01:00
parent e949d08c76
commit e6b23ed1e0
1 changed files with 18 additions and 0 deletions

View File

@ -27,6 +27,24 @@
# Launch Firefox on start # Launch Firefox on start
{command = "firefox";} {command = "firefox";}
]; ];
input."*" = {
xkb_layout = "de";
xkb_options = "ctrl:nocaps,compose:lctrl";
repeat_delay = "300";
repeat_rate = "50";
};
};
};
programs.foot = {
enable = true;
settings = {
mouse = {
hide-when-typing = "yes";
};
main = {
font = "FiraCode Nerd Font Mono:size=9";
};
}; };
}; };