aboutsummaryrefslogtreecommitdiff
path: root/profiles/programs/home-manager.nix
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 /profiles/programs/home-manager.nix
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 'profiles/programs/home-manager.nix')
-rw-r--r--profiles/programs/home-manager.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/profiles/programs/home-manager.nix b/profiles/programs/home-manager.nix
index c01ccb7..738987a 100644
--- a/profiles/programs/home-manager.nix
+++ b/profiles/programs/home-manager.nix
@@ -27,6 +27,7 @@
nixpkgs.overlays = [
inputs.agenix.overlays.default
inputs.emacs-overlay.overlay
+ inputs.nur.overlays.default
self.overlays.default
];
nixpkgs.config.allowUnfree = true;