use foot
This commit is contained in:
parent
e949d08c76
commit
e6b23ed1e0
18
home.nix
18
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";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Reference in New Issue