A new start
This commit is contained in:
commit
72271e8cae
78 changed files with 2472 additions and 0 deletions
18
users/profiles/foot/default.nix
Normal file
18
users/profiles/foot/default.nix
Normal file
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
programs.foot = {
|
||||
enable = true;
|
||||
server.enable = true;
|
||||
settings = {
|
||||
main = {
|
||||
term = "xterm-256color";
|
||||
|
||||
font = "Fira Code:size=11";
|
||||
dpi-aware = "yes";
|
||||
};
|
||||
|
||||
mouse = {
|
||||
hide-when-typing = "yes";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue