about summary refs log tree commit diff stats
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix2
1 files changed, 2 insertions, 0 deletions
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