diff options
| author | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2025-09-19 17:31:35 -0500 |
|---|---|---|
| committer | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2025-09-19 17:31:35 -0500 |
| commit | c9ec61f01a26cff66ef779f0b94694684a16d7da (patch) | |
| tree | 5c85649824fb783a63dc11b9df970b371f13e31f /flake.nix | |
| parent | 5d0d346f838a7711fa79eb6edab828107b95a499 (diff) | |
firefox configs
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |
