aboutsummaryrefslogtreecommitdiff
path: root/home/profiles/workstation.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2023-05-16 20:09:27 -0700
committerFranck Cuny <franck@fcuny.net>2023-05-16 20:09:27 -0700
commit354afc1754f0616cd086b1a6f607022155a1f9e3 (patch)
treed79cde08506a4297e749828d8f6662b88f69b5cd /home/profiles/workstation.nix
parenthome/ssh: add rsync.net to the match block (diff)
downloadinfra-354afc1754f0616cd086b1a6f607022155a1f9e3.tar.gz
profiles/workstation: stop using dark mode + prezto
Diffstat (limited to 'home/profiles/workstation.nix')
-rw-r--r--home/profiles/workstation.nix17
1 files changed, 15 insertions, 2 deletions
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;