aboutsummaryrefslogtreecommitdiff
path: root/flake
diff options
context:
space:
mode:
authorFranck Cuny <fcuny@roblox.com>2025-08-21 17:46:28 -0700
committerFranck Cuny <fcuny@roblox.com>2025-08-21 17:46:28 -0700
commitc192c1f2ad4ecb4058c231dc455fbfc738917bcd (patch)
treef5b3b97fa407b82bd983677c73fbb801be8389f6 /flake
parentinitial configuration for firefox (diff)
downloadinfra-c192c1f2ad4ecb4058c231dc455fbfc738917bcd.tar.gz
split-up firefox configuration
Ensure we install the bin package, so that we can use the 1password extension (we need a signed binary for that).
Diffstat (limited to 'flake')
-rw-r--r--flake/overlays.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/flake/overlays.nix b/flake/overlays.nix
index e38f0e5..504fdfd 100644
--- a/flake/overlays.nix
+++ b/flake/overlays.nix
@@ -15,6 +15,7 @@
overlays = [
inputs.agenix.overlays.default
inputs.emacs-overlay.overlay
+ inputs.nur.overlays.default
self.overlays.default
];
};