safe wezterm color scheme, will remove

This commit is contained in:
twoneis 2025-01-10 21:36:35 +01:00
parent 0e422172cf
commit 9f31b9f3db
3 changed files with 63 additions and 0 deletions

View file

@ -45,6 +45,11 @@ in mkIf conf.apps.enable {
};
};
programs.wezterm = {
enable = true;
# colorSchemes = import ./wezterm.theme.nix { config = config; };
};
programs.alacritty = {
enable = true;
settings = import ./alacritty.conf.nix { config = config; };