use foot
This commit is contained in:
parent
e949d08c76
commit
e6b23ed1e0
1 changed files with 18 additions and 0 deletions
18
home.nix
18
home.nix
|
@ -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";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Reference in a new issue