diff options
| author | Franck Cuny <franck@fcuny.net> | 2025-08-20 20:43:04 -0700 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2025-08-20 20:43:32 -0700 |
| commit | 0339aad53006065276e90eecd6e812746a28dade (patch) | |
| tree | 934a589d403317130d3f3019be08b6d79318638d /flake.nix | |
| parent | initial configuration for fail2ban (diff) | |
| download | infra-0339aad53006065276e90eecd6e812746a28dade.tar.gz | |
initial configuration for firefox
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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"; |
