diff options
author | Azat Bahawi <azat@bahawi.net> | 2023-10-29 15:43:07 +0300 |
---|---|---|
committer | Azat Bahawi <azat@bahawi.net> | 2023-10-29 15:43:07 +0300 |
commit | 26125aac992416df8a3fd1f860aabcf6a37380ba (patch) | |
tree | 11ecb98248812a2b8392f3a879199835a55e9ee6 /flake.nix | |
parent | 2023-10-25 (diff) |
2023-10-29
Diffstat (limited to '')
-rw-r--r-- | flake.nix | 19 |
1 files changed, 11 insertions, 8 deletions
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"; |