summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authortriethyl <triethylammonium@pm.me>2026-01-28 15:10:41 -0500
committertriethyl <triethylammonium@pm.me>2026-01-28 15:10:41 -0500
commit59d885199e5840c1d266a6bfd2b9ae5fcf09957c (patch)
tree908d4e89a2573e85dc3334d769aa09b3955bdc0b /flake.nix
parentec74e028dda1eef2bbf9964066bc58942e273712 (diff)
home-manager: configured librewolf
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index f8564f3..0ceee8a 100644
--- a/flake.nix
+++ b/flake.nix
@@ -53,5 +53,10 @@
nix-flatpak.url = "github:gmodena/nix-flatpak";
hytale-launcher.url = "github:JPyke3/hytale-launcher-nix";
+
+ firefox-addons = {
+ url = "gitlab:rycee/nur-expressions?dir=pkgs/firefox-addons";
+ inputs.nixpkgs.follows = "nixpkgs";
+ };
};
}