From 26124a0e4d0f11216a77dc493272fbd1dcfcc6a7 Mon Sep 17 00:00:00 2001 From: EdenQwQ Date: Wed, 12 Mar 2025 11:03:41 +0800 Subject: [PATCH] kitty: use comic code ligature --- home/programs/browser/firefox.nix | 26 -------------------------- home/programs/terminal/kitty.nix | 2 +- 2 files changed, 1 insertion(+), 27 deletions(-) diff --git a/home/programs/browser/firefox.nix b/home/programs/browser/firefox.nix index 8807fb9..c677532 100644 --- a/home/programs/browser/firefox.nix +++ b/home/programs/browser/firefox.nix @@ -1,34 +1,8 @@ -{ pkgs, config, ... }: -let -in -# firefox-gnome-theme = builtins.fetchGit { -# url = "https://github.com/rafaelmardojai/firefox-gnome-theme.git"; -# rev = "a89108e6272426f4eddd93ba17d0ea101c34fb21"; -# }; { programs.firefox = { enable = true; profiles.default = { isDefault = true; - # userChrome = '' - # @import "${firefox-gnome-theme}/userChrome.css"; - # @import "${firefox-gnome-theme}/theme/colors/dark.css"; - # /* Hide Tab bar with only one Tab - [110] */ - # #tabbrowser-tabs .tabbrowser-tab:only-of-type, - # #tabbrowser-tabs - # .tabbrowser-tab:only-of-type - # + #tabbrowser-arrowscrollbox-periphery { - # display: none !important; - # } - # #tabbrowser-tabs, - # #tabbrowser-arrowscrollbox { - # min-height: 0 !important; - # } - # /* #TabsToolbar:not(:hover) */ - # #alltabs-button { - # display: none !important; - # } - # ''; settings = { "toolkit.legacyUserProfileCustomizations.stylesheets" = true; "browser.tabs.drawInTitlebar" = true; diff --git a/home/programs/terminal/kitty.nix b/home/programs/terminal/kitty.nix index 087367c..572e681 100644 --- a/home/programs/terminal/kitty.nix +++ b/home/programs/terminal/kitty.nix @@ -12,7 +12,7 @@ window_padding_width = "10 20 10 20"; cursor_trail = 1; cursor_trail_start_threshold = 0; - font_family = lib.mkForce "Comic Code"; + font_family = lib.mkForce "Comic Code Ligatures"; }; extraConfig = '' map ctrl+shift+p kitten hints --type path --program @