From c9ec61f01a26cff66ef779f0b94694684a16d7da Mon Sep 17 00:00:00 2001 From: Collin Williams <96917990+bluedragon1221@users.noreply.github.com> Date: Fri, 19 Sep 2025 17:31:35 -0500 Subject: firefox configs --- flake.nix | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 747c47a..6467578 100644 --- a/flake.nix +++ b/flake.nix @@ -24,6 +24,11 @@ url = "github:feel-co/hjem"; inputs.nixpkgs.follows = "nixpkgs"; }; + + firefox-csshacks = { + url = "github:MrOtherGuy/firefox-csshacks"; + flake = false; + }; }; outputs = inputs: let -- cgit v1.3.1