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/flake.nix | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'nix/flake.nix') diff --git a/nix/flake.nix b/nix/flake.nix index 9102d40..dad1072 100644 --- a/nix/flake.nix +++ b/nix/flake.nix @@ -41,6 +41,11 @@ url = "github:nixpak/nixpak"; inputs.nixpkgs.follows = "nixpkgs"; }; + + git-hooks = { + url = "github:cachix/git-hooks.nix"; + inputs.nixpkgs.follows = "nixpkgs"; + }; }; outputs = { @@ -94,7 +99,9 @@ nixos-dns.nixosModules.dns { nixpkgs.overlays = [ nur.overlays.default ]; - home-manager.extraSpecialArgs = attrs // { systemHostName = "${hostname}"; }; + home-manager.extraSpecialArgs = attrs // { + systemHostName = "${hostname}"; + }; networking.hostName = "${hostname}"; } (./. + "/systems/${hostname}/default.nix") -- cgit v1.3