aboutsummaryrefslogtreecommitdiff
path: root/home/profiles/workstation.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2023-07-28 19:21:33 -0700
committerFranck Cuny <franck@fcuny.net>2023-07-28 19:21:33 -0700
commit5f2b01db3fc7fc78d42aa07080b551f71d73ee6a (patch)
treeca3dac720e239f0f6d27772bc171a6e0018f5eb8 /home/profiles/workstation.nix
parentadd fonts specifically (diff)
downloadinfra-5f2b01db3fc7fc78d42aa07080b551f71d73ee6a.tar.gz
switching back to alacritty + tmux
kitty is not clicking for me. I still prefer tmux.
Diffstat (limited to '')
-rw-r--r--home/profiles/workstation.nix17
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;