From 5f2b01db3fc7fc78d42aa07080b551f71d73ee6a Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Fri, 28 Jul 2023 19:21:33 -0700 Subject: switching back to alacritty + tmux kitty is not clicking for me. I still prefer tmux. --- home/profiles/workstation.nix | 17 ++--------------- 1 file changed, 2 insertions(+), 15 deletions(-) (limited to 'home/profiles/workstation.nix') diff --git a/home/profiles/workstation.nix b/home/profiles/workstation.nix index cb895c6..f036f31 100644 --- a/home/profiles/workstation.nix +++ b/home/profiles/workstation.nix @@ -33,6 +33,8 @@ in imports = [ ./dev.nix ./emacs.nix + ./alacritty.nix + ./tmux.nix ./firefox.nix ./yubikey.nix ./ytdlp.nix @@ -69,21 +71,6 @@ in # masked-emails ]; - programs.kitty = { - enable = true; - font = { - name = "Source Code Proro"; - size = 13; - }; - theme = "Modus Operandi"; - settings = { - tab_bar_edge = "bottom"; - tab_bar_background = "none"; - tab_bar_style = "powerline"; - active_tab_font_style = "bold-italic"; - }; - }; - programs.feh.enable = true; programs.mpv = { enable = true; -- cgit v1.2.3