diff --git a/home.nix b/home.nix index fd43471..c4f0b1f 100644 --- a/home.nix +++ b/home.nix @@ -27,6 +27,24 @@ # Launch Firefox on start {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"; + }; }; };