aboutsummaryrefslogtreecommitdiff
path: root/flake
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2025-08-20 20:43:04 -0700
committerFranck Cuny <franck@fcuny.net>2025-08-20 20:43:32 -0700
commit0339aad53006065276e90eecd6e812746a28dade (patch)
tree934a589d403317130d3f3019be08b6d79318638d /flake
parentinitial configuration for fail2ban (diff)
downloadinfra-0339aad53006065276e90eecd6e812746a28dade.tar.gz
initial configuration for firefox
Diffstat (limited to '')
-rw-r--r--flake.lock23
-rw-r--r--flake.nix5
2 files changed, 28 insertions, 0 deletions
diff --git a/flake.lock b/flake.lock
index 29debaf..6c69e8f 100644
--- a/flake.lock
+++ b/flake.lock
@@ -107,6 +107,28 @@
"type": "github"
}
},
+ "firefox-addons": {
+ "inputs": {
+ "nixpkgs": [
+ "nixpkgs"
+ ]
+ },
+ "locked": {
+ "dir": "pkgs/firefox-addons",
+ "lastModified": 1755702597,
+ "narHash": "sha256-Z56emoVLFBhX/WcoXWiXienLX8jHrBExyqQjNd5/r0k=",
+ "owner": "rycee",
+ "repo": "nur-expressions",
+ "rev": "2dcb371b407ba4009e27a8e8adf88e6f93d40bfb",
+ "type": "gitlab"
+ },
+ "original": {
+ "dir": "pkgs/firefox-addons",
+ "owner": "rycee",
+ "repo": "nur-expressions",
+ "type": "gitlab"
+ }
+ },
"flake-compat": {
"flake": false,
"locked": {
@@ -282,6 +304,7 @@
"darwin": "darwin_2",
"disko": "disko",
"emacs-overlay": "emacs-overlay",
+ "firefox-addons": "firefox-addons",
"flake-parts": "flake-parts",
"home-manager": "home-manager_2",
"nixpkgs": "nixpkgs",
diff --git a/flake.nix b/flake.nix
index e71699d..c19122e 100644
--- a/flake.nix
+++ b/flake.nix
@@ -41,6 +41,11 @@
inputs.nixpkgs.follows = "nixpkgs";
};
+ firefox-addons = {
+ url = "gitlab:rycee/nur-expressions?dir=pkgs/firefox-addons";
+ inputs.nixpkgs.follows = "nixpkgs";
+ };
+
flake-parts = {
url = "github:hercules-ci/flake-parts";
inputs.nixpkgs-lib.follows = "nixpkgs";