fully remove flavor and accent-specific catppuccin configs

This commit is contained in:
Sean Kovacs 2025-12-13 22:49:47 -05:00
commit 4ca5cebbb6
Signed by: sckova
GPG key ID: 00F325187C68651A
15 changed files with 276 additions and 364 deletions

View file

@ -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;