From a653121ef3d285d2484ed865d6c9460ff81dfb0d Mon Sep 17 00:00:00 2001 From: Tim Keller Date: Sat, 1 Aug 2026 12:53:01 -0500 Subject: replace firefox userchrome.css in resources with a flake --- flake.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 3dd5a67..fa25087 100644 --- a/flake.nix +++ b/flake.nix @@ -29,6 +29,10 @@ rec { url = "git://git.tjkeller.xyz/neovim-vanilla-wrapped"; inputs.nixpkgs.follows = "nixpkgs"; }; + firefox-userchrome = { + url = "git://git.tjkeller.xyz/firefox-chrome"; + inputs.nixpkgs.follows = "nixpkgs"; + }; }; outputs = { nixpkgs, home-manager, ... }@inputs: let @@ -62,6 +66,7 @@ rec { useGlobalPkgs = true; useUserPackages = true; sharedModules = homeManagerModules; + extraSpecialArgs = { inherit inputs; }; }; } ]; @@ -78,7 +83,6 @@ rec { pkgs = nixpkgs.legacyPackages.${system}; extraSpecialArgs = { inherit inputs; - inherit hostname; lib = extLibHomeManagerStandalone; }; modules = homeManagerModules ++ [ -- cgit v1.2.3