From 31e607d0ad9a4b9f8a916c74f6bfa1a435c7faa0 Mon Sep 17 00:00:00 2001 From: Noah Masur <7386960+nmasur@users.noreply.github.com> Date: Thu, 19 Oct 2023 12:14:24 -0400 Subject: [PATCH] update lockfile, add fullpage firefox screenshot --- flake.lock | 18 +++++++++--------- flake.nix | 2 +- modules/common/applications/firefox.nix | 2 ++ 3 files changed, 12 insertions(+), 10 deletions(-) diff --git a/flake.lock b/flake.lock index 9f2d7c3..38a2909 100644 --- a/flake.lock +++ b/flake.lock @@ -237,11 +237,11 @@ ] }, "locked": { - "lastModified": 1697555443, - "narHash": "sha256-nsq8A+adEdN7bvVdz09LFyrHkTW5GtOzo/ctlHhyaaE=", + "lastModified": 1697688028, + "narHash": "sha256-d9CAOd9W2iTrgB31a8Dvyp6Vgn/gxASCNrD4Z9yzUOY=", "owner": "nix-community", "repo": "home-manager", - "rev": "b3acf1dc78b38a2fe03b287fead44d7ad25ac7c5", + "rev": "c5c1ea85181d2bb44e46e8a944a8a3f56ad88f19", "type": "github" }, "original": { @@ -417,11 +417,11 @@ }, "nur": { "locked": { - "lastModified": 1697572048, - "narHash": "sha256-jS93XeYHl0HtnQ09tulbdeygjFHYYXHDozQ7AZP8aaU=", + "lastModified": 1697716025, + "narHash": "sha256-5gT33Zs2uGsiU43FNWN4GrRqNy/n+eOeGRapU9yy1Bs=", "owner": "nix-community", "repo": "nur", - "rev": "641022140ba8b6339d9f39bc13dd81aa4ac0f0e7", + "rev": "9e80a4be10bd21688163db9b3d2c710e185a654e", "type": "github" }, "original": { @@ -466,11 +466,11 @@ "nvim-treesitter-src": { "flake": false, "locked": { - "lastModified": 1697525673, - "narHash": "sha256-1XVRkqa7U86O5FfDFG6oX+Hpzr0RBAU6NkcHQOHWtfk=", + "lastModified": 1697700673, + "narHash": "sha256-wbK9krVQ0YbB3qbuyWf/f776KP3nITlwI8KLsJKjiXg=", "owner": "nvim-treesitter", "repo": "nvim-treesitter", - "rev": "9c4fc86b67c1d68141cef57846d24cbee9b74fb0", + "rev": "eb3faef3a44641e5875581e901b0a8df8da2bde4", "type": "github" }, "original": { diff --git a/flake.nix b/flake.nix index bb10c70..bb9c39e 100644 --- a/flake.nix +++ b/flake.nix @@ -9,7 +9,7 @@ # Used for MacOS system config darwin = { - url = "github:/lnl7/nix-darwin/master"; + url = "github:lnl7/nix-darwin/master"; inputs.nixpkgs.follows = "nixpkgs"; }; diff --git a/modules/common/applications/firefox.nix b/modules/common/applications/firefox.nix index ce6e332..6fe7dd1 100644 --- a/modules/common/applications/firefox.nix +++ b/modules/common/applications/firefox.nix @@ -74,6 +74,8 @@ "media.ffmpeg.vaapi.enabled" = true; # Enable hardware video acceleration "cookiebanners.ui.desktop.enabled" = true; # Reject cookie popups + "devtools.command-button-screenshot.enabled" = + true; # Scrolling screenshot of entire page "svg.context-properties.content.enabled" = true; # Sidebery styling }; userChrome = ''