From 26125aac992416df8a3fd1f860aabcf6a37380ba Mon Sep 17 00:00:00 2001 From: Azat Bahawi Date: Sun, 29 Oct 2023 15:43:07 +0300 Subject: 2023-10-29 --- flake.nix | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index ed64cd7..5aa98a9 100644 --- a/flake.nix +++ b/flake.nix @@ -49,6 +49,17 @@ ref = "master"; }; + chaotic = { + type = "github"; + owner = "chaotic-cx"; + repo = "nyx"; + ref = "main"; + inputs = { + home-manager.follows = "home-manager"; + nixpkgs.follows = "nixpkgs"; + }; + }; + darwin = { type = "github"; owner = "LnL7"; @@ -168,14 +179,6 @@ ref = "main"; }; - flake-parts = { - type = "github"; - owner = "hercules-ci"; - repo = "flake-parts"; - ref = "main"; - inputs.nixpkgs-lib.follows = "nixpkgs"; - }; - flake-registry = { type = "github"; owner = "NixOS"; -- cgit v1.2.3