summaryrefslogtreecommitdiff
path: root/accounts/gkleen@sif/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'accounts/gkleen@sif/default.nix')
-rw-r--r--accounts/gkleen@sif/default.nix29
1 files changed, 2 insertions, 27 deletions
diff --git a/accounts/gkleen@sif/default.nix b/accounts/gkleen@sif/default.nix
index 99c950a8..68d5540d 100644
--- a/accounts/gkleen@sif/default.nix
+++ b/accounts/gkleen@sif/default.nix
@@ -326,33 +326,6 @@ in {
326 }; 326 };
327 }; 327 };
328 328
329 kitty = {
330 enable = true;
331 font = {
332 package = pkgs.nerd-fonts.fira-mono;
333 name = "Fira Mono";
334 size = 10;
335 };
336 settings = {
337 scrollback_pager_history_size = 50;
338 # background_opacity = "0.9";
339 enable_audio_bell = false;
340 update_check_interval = 0;
341 strip_trailing_spaces = "smart";
342 focus_follows_mouse = true;
343 visual_bell_duration = "0.1";
344 visual_bell_color = "#26240d";
345 tab_bar_style = "powerline";
346 tab_powerline_style = "slanted";
347 # notify_on_cmd_finish = "invisible 120";
348 };
349 keybindings = {
350 "kitty_mod+n" = "new_os_window_with_cwd";
351 "kitty_mod+m" = "detach_window ask";
352 "kitty_mod+enter" = "new_window_with_cwd";
353 "kitty_mod+t" = "new_tab_with_cwd";
354 };
355 };
356 alacritty = { 329 alacritty = {
357 enable = true; 330 enable = true;
358 theme = "kitty"; 331 theme = "kitty";
@@ -364,6 +337,8 @@ in {
364 }; 337 };
365 size = 10; 338 size = 10;
366 }; 339 };
340 hints.alphabet = "aoeuhtns";
341 terminal.shell.program = lib.getExe cfg.programs.zsh.package;
367 }; 342 };
368 }; 343 };
369 fuzzel = { 344 fuzzel = {