From 3b04445f99fc0e353f3dddd80e46608df5313bc5 Mon Sep 17 00:00:00 2001 From: cy Date: Fri, 13 Dec 2024 22:13:25 -0500 Subject: [PATCH] forgot that again --- nix/flake.nix | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/nix/flake.nix b/nix/flake.nix index 4a3507a..a111c8e 100644 --- a/nix/flake.nix +++ b/nix/flake.nix @@ -79,6 +79,14 @@ ./home/yt/ytnix.nix ]; }; + + "yt@chunk" = home-manager.lib.homeManagerConfiguration { + pkgs = pkgsFor.x86_64-linux; + extraSpecialArgs = {inherit inputs outputs;}; + modules = [ + ./home/yt/chunk.nix + ]; + }; }; }; }