From 354afc1754f0616cd086b1a6f607022155a1f9e3 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Tue, 16 May 2023 20:09:27 -0700 Subject: profiles/workstation: stop using dark mode + prezto --- home/profiles/workstation.nix | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) (limited to 'home/profiles/workstation.nix') diff --git a/home/profiles/workstation.nix b/home/profiles/workstation.nix index 60ba6ad..8bca5b1 100644 --- a/home/profiles/workstation.nix +++ b/home/profiles/workstation.nix @@ -30,11 +30,9 @@ let in { imports = [ - ./alacritty.nix ./dev.nix ./emacs.nix ./firefox.nix - ./tmux.nix ./yubikey.nix ./ytdlp.nix ]; @@ -70,6 +68,21 @@ in # masked-emails ]; + programs.kitty = { + enable = true; + font = { + name = "Source Code Pro"; + 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