diff options
Diffstat (limited to '')
-rw-r--r-- | flake.nix | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/flake.nix b/flake.nix index 5aa98a9..8df7f19 100644 --- a/flake.nix +++ b/flake.nix @@ -49,17 +49,6 @@ 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"; |