remove wezterm,tmux,ghostty and add kitty back

This commit is contained in:
Salar Rahmanian 2025-03-22 22:36:33 -07:00
parent 03cfe695a0
commit c081796699
8 changed files with 26 additions and 314 deletions

View file

@ -1,11 +0,0 @@
{ ... }:
let
weztermConfig = builtins.readFile ./wezterm.lua;
in
{
programs.wezterm = {
enable = true;
extraConfig = weztermConfig;
};
}