diff options
Diffstat (limited to 'home/profiles/workstation.nix')
| -rw-r--r-- | home/profiles/workstation.nix | 17 |
1 files changed, 2 insertions, 15 deletions
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; |
