From 6239c11f5e4f663b086c39fb9de78607cab48a6b Mon Sep 17 00:00:00 2001 From: Nate Anderson Date: Wed, 23 Jul 2025 13:33:24 -0600 Subject: [PATCH] Update hyrland config, added sqlite to firefox search, trivy and flake.lock --- flake.lock | 12 ++++++------ nate-work/modules/home-manager/home.nix | 1 + nate-work/modules/hypr/hypr_home.nix | 5 +---- shared/modules/apps/firefox/firefox.nix | 10 ++++++++++ 4 files changed, 18 insertions(+), 10 deletions(-) diff --git a/flake.lock b/flake.lock index 689d4af..9f17d0c 100644 --- a/flake.lock +++ b/flake.lock @@ -78,11 +78,11 @@ }, "nixpkgs-unstable": { "locked": { - "lastModified": 1751792365, - "narHash": "sha256-J1kI6oAj25IG4EdVlg2hQz8NZTBNYvIS0l4wpr9KcUo=", + "lastModified": 1752950548, + "narHash": "sha256-NS6BLD0lxOrnCiEOcvQCDVPXafX1/ek1dfJHX1nUIzc=", "owner": "nixos", "repo": "nixpkgs", - "rev": "1fd8bada0b6117e6c7eb54aad5813023eed37ccb", + "rev": "c87b95e25065c028d31a94f06a62927d18763fdf", "type": "github" }, "original": { @@ -94,11 +94,11 @@ }, "nixpkgs_2": { "locked": { - "lastModified": 1751741127, - "narHash": "sha256-t75Shs76NgxjZSgvvZZ9qOmz5zuBE8buUaYD28BMTxg=", + "lastModified": 1753115646, + "narHash": "sha256-yLuz5cz5Z+sn8DRAfNkrd2Z1cV6DaYO9JMrEz4KZo/c=", "owner": "nixos", "repo": "nixpkgs", - "rev": "29e290002bfff26af1db6f64d070698019460302", + "rev": "92c2e04a475523e723c67ef872d8037379073681", "type": "github" }, "original": { diff --git a/nate-work/modules/home-manager/home.nix b/nate-work/modules/home-manager/home.nix index e3cdac5..2834b9c 100644 --- a/nate-work/modules/home-manager/home.nix +++ b/nate-work/modules/home-manager/home.nix @@ -89,6 +89,7 @@ golangci-lint go-swag delve + trivy # clojure jre17_minimal diff --git a/nate-work/modules/hypr/hypr_home.nix b/nate-work/modules/hypr/hypr_home.nix index 4af8133..59062c3 100644 --- a/nate-work/modules/hypr/hypr_home.nix +++ b/nate-work/modules/hypr/hypr_home.nix @@ -201,10 +201,7 @@ in disable_hyprland_logo = true; }; render = { - # Revert to ex_sync = 1 and remove sync_kms when nvidia is fixed - explicit_sync = 2; - explicit_sync_kms = 0; - direct_scanout = "no"; + direct_scanout = 0; }; ## ## delete when nvidia damage tracking works (debug & opengl) diff --git a/shared/modules/apps/firefox/firefox.nix b/shared/modules/apps/firefox/firefox.nix index e7466bd..e7e4119 100644 --- a/shared/modules/apps/firefox/firefox.nix +++ b/shared/modules/apps/firefox/firefox.nix @@ -58,6 +58,16 @@ in }]; definedAliases = [ "@mysql" ]; }; + "SQLite Docs" = { + urls = [{ + template = "https://www.sqlite.org/search?s=d&q=strict"; + params = [ + { name = "s"; value = "d"; } + { name = "q"; value = "{searchTerms}"; } + ]; + }]; + definedAliases = [ "@sqlite" ]; + }; }; }; settings = {