summaryrefslogtreecommitdiff
path: root/home-config/nix-home-manager/home.nix
diff options
context:
space:
mode:
authorRyan Schanzenbacher <ryan@rschanz.org>2024-12-29 21:45:59 -0500
committerRyan Schanzenbacher <ryan@rschanz.org>2024-12-29 21:45:59 -0500
commita5218684078c94399d3368078db9b0ff3283dcdf (patch)
treeebb56029c4e4efb692d79a7f96bc390bd446cf9a /home-config/nix-home-manager/home.nix
parenta04498c0b18d6fdf7e600dd9c8b5e7db781c21f3 (diff)
Adding updates from however long ago
Diffstat (limited to 'home-config/nix-home-manager/home.nix')
-rw-r--r--home-config/nix-home-manager/home.nix15
1 files changed, 9 insertions, 6 deletions
diff --git a/home-config/nix-home-manager/home.nix b/home-config/nix-home-manager/home.nix
index 41c7c83..5e85304 100644
--- a/home-config/nix-home-manager/home.nix
+++ b/home-config/nix-home-manager/home.nix
@@ -105,7 +105,7 @@
105 # Bitwarden 105 # Bitwarden
106 "{446900e4-71c2-419f-a6a7-df9c091e268b}" = { 106 "{446900e4-71c2-419f-a6a7-df9c091e268b}" = {
107 install_url = "https://addons.mozilla.org/firefox/downloads/latest/bitwarden-password-manager/latest.xpi"; 107 install_url = "https://addons.mozilla.org/firefox/downloads/latest/bitwarden-password-manager/latest.xpi";
108 installation_mode = "force_installed"; 108 installation_mode = "normal_installed";
109 }; 109 };
110 # SponsorBlock 110 # SponsorBlock
111 "sponsorBlocker@ajay.app" = { 111 "sponsorBlocker@ajay.app" = {
@@ -214,16 +214,18 @@
214 }; 214 };
215 }; 215 };
216 userChrome = " 216 userChrome = "
217 #main-window #titlebar { 217 #main-window .toolbar-items {
218 overflow: hidden; 218 overflow: hidden;
219 transition: height 0.3s 0.3s !important; 219 transition: height 0.3s 0.3s !important;
220 } 220 }
221 /* Default state: Set initial height to enable animation */ 221 /* Default state: Set initial height to enable animation */
222 #main-window #titlebar { height: 3em !important; } 222 #main-window .toolbar-items { height: 3em !important; }
223 #main-window[uidensity=\"touch\"] #titlebar { height: 3.35em !important; } 223 #main-window .titlebar-button { height: 3em !important; }
224 #main-window[uidensity=\"compact\"] #titlebar { height: 2.7em !important; } 224 #main-window[uidensity=\"touch\"] .toolbar-items { height: 3.35em !important; }
225 #main-window[uidensity=\"compact\"] .toolbar-items { height: 2.7em !important; }
225 /* Hidden state: Hide native tabs strip */ 226 /* Hidden state: Hide native tabs strip */
226 #main-window[titlepreface*=\"​\"] #titlebar { height: 0 !important; } 227 #main-window[titlepreface*=\"​\"] .toolbar-items { height: 0 !important; }
228 #main-window[titlepreface*=\"​\"] .titlebar-button { height: 0 !important; }
227 /* Hidden state: Fix z-index of active pinned tabs */ 229 /* Hidden state: Fix z-index of active pinned tabs */
228 #main-window[titlepreface*=\"​\"] #tabbrowser-tabs { z-index: 0 !important; } 230 #main-window[titlepreface*=\"​\"] #tabbrowser-tabs { z-index: 0 !important; }
229 231
@@ -374,6 +376,7 @@
374 hypridle 376 hypridle
375 #latest.firefox-nightly-bin 377 #latest.firefox-nightly-bin
376 eza 378 eza
379 wl-mirror
377 380
378 # Wrapped programs for some env variables 381 # Wrapped programs for some env variables
379 (pkgs.writeScriptBin "hyprlock" '' 382 (pkgs.writeScriptBin "hyprlock" ''