cooler wezterm

This commit is contained in:
Reid 2024-08-01 01:49:14 -07:00
parent e7098c477f
commit 1a519aeeae
Signed by: reidlab
GPG key ID: DAF5EAF6665839FD
3 changed files with 8 additions and 1 deletions

View file

@ -95,6 +95,10 @@ in {
};
rofi = ./rofi.rasi;
wezterm = ''
config.color_scheme = 'Catppuccin ${pascalCase variant}'
'';
};
};
}

View file

@ -58,6 +58,8 @@ in {
};
rofi = mkOpt (nullOr path) null;
wezterm = mkOpt (nullOr str) null;
};
config = mkIf (cfg.active != null) {