aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorCollin Williams <96917990+bluedragon1221@users.noreply.github.com>2026-03-23 11:25:46 -0500
committerCollin Williams <96917990+bluedragon1221@users.noreply.github.com>2026-03-23 11:25:46 -0500
commit716a1d1f79024dc0629c61bc912a570a4a200a25 (patch)
tree1b3dc0528840600074735563a6e5d00744f071d4 /flake.nix
parent8534fc63c30a25856d75cc5787da93acb823c533 (diff)
group mercury cleanup and firefox config updates
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix9
1 files changed, 9 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index d07a405..3a70fd3 100644
--- a/flake.nix
+++ b/flake.nix
@@ -53,6 +53,7 @@
flake = false;
};
+ # firefox modding stuff
firefox-csshacks = {
url = "github:MrOtherGuy/firefox-csshacks";
flake = false;
@@ -61,6 +62,14 @@
url = "github:yokoffing/Betterfox";
flake = false;
};
+ fx-autoconfig = {
+ url = "github:MrOtherGuy/fx-autoconfig";
+ flake = false;
+ };
+ uc-css-js = {
+ url = "github:aminomancer/uc.css.js";
+ flake = false;
+ };
};
outputs = inputs: let