finish current refactor
This commit is contained in:
parent
258c9682cc
commit
ae7ab152a4
11 changed files with 572 additions and 560 deletions
15
home/terminal/kitty/default.nix
Normal file
15
home/terminal/kitty/default.nix
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
programs.kitty = {
|
||||
enable = true;
|
||||
enableGitIntegration = true;
|
||||
themeFile = "Catppuccin-Mocha";
|
||||
font = {
|
||||
name = "Noto Sans Mono";
|
||||
size = 10;
|
||||
};
|
||||
shellIntegration = {
|
||||
enableFishIntegration = true;
|
||||
};
|
||||
extraConfig = "\nwheel_scroll_multiplier 5.0";
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue