From 99a6f13e70b366a858a543f145528152164858e5 Mon Sep 17 00:00:00 2001 From: Preston Pan Date: Sat, 28 Feb 2026 20:20:41 -0800 Subject: use librewolf instead; fix a bunch of problems --- nix/systems/home.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'nix/systems/home.nix') diff --git a/nix/systems/home.nix b/nix/systems/home.nix index ad5f096..1e86ebb 100644 --- a/nix/systems/home.nix +++ b/nix/systems/home.nix @@ -5,6 +5,9 @@ sharedModules = [ sops-nix.homeManagerModules.sops ]; + extraSpecialArgs = { + super = config; + }; useGlobalPkgs = true; useUserPackages = true; users."${config.monorepo.vars.userName}" = (import (./. + "/${config.networking.hostName}/home.nix")); -- cgit v1.3