Skip to content

Commit

Permalink
chore: update to latest nixos-unstable release
Browse files Browse the repository at this point in the history
- Updated Mullvad ironbar script to account for new breaking cli changes
- Removed `native_https_query = false` since LibreWolf 132 fixes DNS leaks
  • Loading branch information
donovanglover committed Nov 11, 2024
1 parent a203b75 commit f54f3fe
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
6 changes: 3 additions & 3 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions home/ironbar.nix
Original file line number Diff line number Diff line change
Expand Up @@ -193,9 +193,9 @@ in
set inside true
test -n "$initialized" && sleep 0.2
set MULLVAD (mullvad status | head -1)
set MULLVAD (mullvad status | tail -1)
set LOCATION (echo "$MULLVAD" | choose 4.. | sed \
set LOCATION (echo "$MULLVAD" | choose 3.. | sed \
-e 's/Ashburn.*/アッシュバーン/g' \
-e 's/Atlanta.*/アトランタ/g' \
-e 's/Boston.*/ボストン/g' \
Expand Down
2 changes: 0 additions & 2 deletions home/librewolf.nix
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,6 @@ let

"xpinstall.signatures.required" = false;

"network.dns.native_https_query" = false;

"apz.overscroll.enabled" = false;
"browser.tabs.hoverPreview.enabled" = true;

Expand Down

0 comments on commit f54f3fe

Please sign in to comment.