From c0377103bdc00ee770c6f4b1540a0b8f58546a17 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Wed, 10 May 2023 11:50:08 -0400 Subject: [PATCH] fix: Remove alacritty Alacritty does not support MapleMono-NF as a font, whereas kitty does. kitty also has other nice features such as built-in windows/tabs and image support. --- modules/desktop.nix | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/modules/desktop.nix b/modules/desktop.nix index 7e734720..a40e3898 100644 --- a/modules/desktop.nix +++ b/modules/desktop.nix @@ -45,24 +45,6 @@ }; }; }; - programs.alacritty = { - enable = true; - settings = { - window.opacity = 0.9; - window.padding.x = 10; - window.padding.y = 10; - window.decorations = "none"; - window.startup_mode = "Maximized"; - window.decorations_theme_variant = "Dark"; - font.normal.family = "MapleMono-NF"; - font.size = 11; - draw_bold_text_with_bright_colors = true; - selection.save_to_clipboard = true; - cursor.style.shape = "Beam"; - cursor.style.blinking = "Always"; - mouse.hide_when_typing = true; - }; - }; programs.zathura = { enable = true; options = {