diff options
| author | 2025-01-23 09:10:01 -0500 | |
|---|---|---|
| committer | 2025-01-23 09:10:01 -0500 | |
| commit | a135ec293eab8e7c9e5f581dc70cd5cf2bea587a (patch) | |
| tree | a883c0c879bcbd9052ae0cac31b81ade94551507 /nix/programs | |
| parent | dce9ab07ae0b0496e432f213466fd6f442944fa7 (diff) | |
| download | dotfiles-a135ec293eab8e7c9e5f581dc70cd5cf2bea587a.tar.gz dotfiles-a135ec293eab8e7c9e5f581dc70cd5cf2bea587a.tar.bz2 dotfiles-a135ec293eab8e7c9e5f581dc70cd5cf2bea587a.zip | |
Go back to stable wayland and mesa
Diffstat (limited to 'nix/programs')
| -rw-r--r-- | nix/programs/firefox.nix | 4 | ||||
| -rw-r--r-- | nix/programs/kitty.nix | 2 |
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} |