mirror of
https://github.com/jbowdre/dotfiles.git
synced 2024-12-22 12:22:17 +00:00
kitty: config++
This commit is contained in:
parent
378b6b7778
commit
7767c21df5
1 changed files with 14 additions and 2 deletions
|
@ -2,8 +2,20 @@
|
||||||
|
|
||||||
programs.kitty = {
|
programs.kitty = {
|
||||||
enable = true;
|
enable = true;
|
||||||
# package = (config.lib.nixGL.wrap pkgs.kitty);
|
font.name = "BerkeleyMono Nerd Font Mono";
|
||||||
# settings = { linux_display_server = "x11"; };
|
package = (config.lib.nixGL.wrap pkgs.kitty);
|
||||||
|
settings = {
|
||||||
|
editor = "${pkgs.neovim}/bin/nvim";
|
||||||
|
enable_audio_bell = "no";
|
||||||
|
linux_display_server = "x11";
|
||||||
|
paste_actions = "quote-urls-at-prompt,confirm,confirm-if-large";
|
||||||
|
resize_debounce_time = "0.5";
|
||||||
|
shell = "${pkgs.fish}/bin/fish";
|
||||||
|
strip_trailing_spaces = "smart";
|
||||||
|
visual_bell_duration = "1.0 ease-in-out";
|
||||||
|
};
|
||||||
|
shellIntegration.enableFishIntegration = true;
|
||||||
|
themeFile = "tokyo_night_night";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue