task | reformatted with nixfmt
This commit is contained in:
parent
e3fea64660
commit
c3a0a0847f
119 changed files with 1010 additions and 2135 deletions
|
|
@ -1,8 +1,4 @@
|
|||
{
|
||||
config,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
{ config, pkgs, ... }: {
|
||||
programs.kitty = {
|
||||
enable = true;
|
||||
settings = {
|
||||
|
|
@ -16,19 +12,11 @@
|
|||
};
|
||||
programs.foot = {
|
||||
enable = true;
|
||||
server = {
|
||||
enable = true;
|
||||
};
|
||||
server = { enable = true; };
|
||||
settings = {
|
||||
main = {
|
||||
term = "tmux-256color";
|
||||
};
|
||||
mouse = {
|
||||
hide-when-typing = "yes";
|
||||
};
|
||||
bell = {
|
||||
urgent = "yes";
|
||||
};
|
||||
main = { term = "tmux-256color"; };
|
||||
mouse = { hide-when-typing = "yes"; };
|
||||
bell = { urgent = "yes"; };
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue