From acd020feb8bc4aa57f6b3826a5556b596966a9f1 Mon Sep 17 00:00:00 2001 From: Emmet Date: Sat, 7 Dec 2024 13:04:56 -0600 Subject: [PATCH] Forgot to re-add chaotic to flake --- flake.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/flake.nix b/flake.nix index d7e80363..8b0e75ea 100644 --- a/flake.nix +++ b/flake.nix @@ -127,6 +127,7 @@ inherit pkgs; modules = [ (./. + "/profiles" + ("/" + systemSettings.profile) + "/home.nix") # load home.nix from selected PROFILE + inputs.chaotic.homeManagerModules.default ]; extraSpecialArgs = { # pass config variables from above @@ -143,6 +144,7 @@ modules = [ (./. + "/profiles" + ("/" + systemSettings.profile) + "/configuration.nix") ./system/bin/phoenix.nix + inputs.chaotic.nixosModules.default ]; # load configuration.nix from selected PROFILE specialArgs = { # pass config variables from above @@ -192,6 +194,7 @@ inputs = { nixpkgs.url = "nixpkgs/nixos-unstable"; nixpkgs-stable.url = "nixpkgs/nixos-24.11"; + chaotic.url = "github:chaotic-cx/nyx/nyxpkgs-unstable"; home-manager-unstable.url = "github:nix-community/home-manager/master"; home-manager-unstable.inputs.nixpkgs.follows = "nixpkgs";