diff options
author | Azat Bahawi <azat@bahawi.net> | 2023-10-30 01:23:55 +0300 |
---|---|---|
committer | Azat Bahawi <azat@bahawi.net> | 2023-10-30 01:23:55 +0300 |
commit | a9fb8a5dc49bffe2262bc4cd667083226459b8d3 (patch) | |
tree | 491e13968dcbf724baf7788fe5719136a344015b /flake.nix | |
parent | 2023-10-29 (diff) |
2023-10-30
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"; |