safe wezterm color scheme, will remove
This commit is contained in:
parent
0e422172cf
commit
9f31b9f3db
3 changed files with 63 additions and 0 deletions
|
@ -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; };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue