mirror of
https://github.com/EdenQwQ/nixos.git
synced 2025-12-26 18:34:56 +08:00
kitty: use comic code ligature
This commit is contained in:
parent
58f0462cd5
commit
26124a0e4d
2 changed files with 1 additions and 27 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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 @
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue