summaryrefslogtreecommitdiff
path: root/nix/programs
diff options
context:
space:
mode:
Diffstat (limited to 'nix/programs')
-rw-r--r--nix/programs/firefox.nix4
-rw-r--r--nix/programs/kitty.nix2
2 files changed, 3 insertions, 3 deletions
diff --git a/nix/programs/firefox.nix b/nix/programs/firefox.nix
index 07da144..69bf0c6 100644
--- a/nix/programs/firefox.nix
+++ b/nix/programs/firefox.nix
@@ -19,8 +19,8 @@ in {
source = (pkgs.fetchFromGitHub {
owner = "rafaelmardojai";
repo = "firefox-gnome-theme";
- rev = "a5029a0797d9ab4d5a20f223cacddd70e3748dc8";
- hash = "sha256-mRE/foGagh2XarMerOXtgldpxiCb/dQa7tHOpPpP2Zw=";
+ rev = "91ca1f82d717b02ceb03a3f423cbe8082ebbb26d";
+ hash = "sha256-S79Hqn2EtSxU4kp99t8tRschSifWD4p/51++0xNWUxw=";
});
};
home.file."customChrome.css" = {
diff --git a/nix/programs/kitty.nix b/nix/programs/kitty.nix
index 149d751..0ab75c6 100644
--- a/nix/programs/kitty.nix
+++ b/nix/programs/kitty.nix
@@ -34,7 +34,7 @@ in {
cursor_shape block
cursor_blink_interval -1 linear ease-out
cursor_stop_blinking_after 20.0
- cursor_trail 25
+ cursor_trail 35
cursor_trail_decay 0.1 0.5
cursor_trail_start_threshold 2
foreground #${s.scheme.foreground}