From 8284b6a7b4d212913083b003a819fda8d4931d4d Mon Sep 17 00:00:00 2001 From: Soispha Date: Sat, 24 Feb 2024 14:59:50 +0100 Subject: refactor(hm/pkgs): Implement with an nixpkgs overlay --- flake.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index fed79c78..9a504a4e 100644 --- a/flake.nix +++ b/flake.nix @@ -250,6 +250,8 @@ pkgs = import nixpkgs (import ./sys/nixpkgs { inherit (nixpkgs) lib; inherit system sysLib; + # FIXME: Don't unconditionally use tiamat here <2024-02-24> + config = self.nixosConfigurations.tiamat.config.home-manager.users.soispha; overlays = []; }); # FIXME: this `nixpkgs` misses the configs applied to the other one -- cgit 1.4.1