fully remove flavor and accent-specific catppuccin configs
This commit is contained in:
parent
930b13700a
commit
4ca5cebbb6
15 changed files with 276 additions and 364 deletions
|
|
@ -1,8 +1,10 @@
|
|||
{ config, lib, ... }:
|
||||
|
||||
{
|
||||
programs.kitty = {
|
||||
enable = true;
|
||||
enableGitIntegration = true;
|
||||
themeFile = "Catppuccin-Mocha";
|
||||
themeFile = "Catppuccin-${config.catppuccinUpper.flavor}";
|
||||
font = {
|
||||
name = "NotoSansM Nerd Font Mono";
|
||||
size = 10;
|
||||
|
|
@ -10,7 +12,6 @@
|
|||
shellIntegration = {
|
||||
enableFishIntegration = true;
|
||||
};
|
||||
# extraConfig = "\nwheel_scroll_multiplier 5.0\nconfirm_os_window_close 0";
|
||||
settings = {
|
||||
scrollback_lines = 10000;
|
||||
enable_audio_bell = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue