diff --git a/configuration.nix b/configuration.nix index 900fbba..300908a 100644 --- a/configuration.nix +++ b/configuration.nix @@ -255,6 +255,8 @@ inputs.noctalia.packages.${pkgs.stdenv.hostPlatform.system}.default inputs.opencode.packages.${pkgs.stdenv.hostPlatform.system}.default + inputs.kilo.packages.${pkgs.stdenv.hostPlatform.system}.default + # Terminal ghostty diff --git a/flake.lock b/flake.lock index f4870e4..6bb137c 100644 --- a/flake.lock +++ b/flake.lock @@ -66,6 +66,26 @@ "type": "github" } }, + "kilo": { + "inputs": { + "nixpkgs": [ + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1770234115, + "narHash": "sha256-/X6zSjlr7bxGebQ7h7BiBxtFZ84K4Gbmxnv3WfEYQoE=", + "owner": "Kilo-Org", + "repo": "kilo", + "rev": "d474eee4f16b385597680c099f5654261a7c566e", + "type": "github" + }, + "original": { + "owner": "Kilo-Org", + "repo": "kilo", + "type": "github" + } + }, "nix-cachyos-kernel": { "inputs": { "cachyos-kernel": "cachyos-kernel", @@ -178,6 +198,7 @@ }, "root": { "inputs": { + "kilo": "kilo", "nix-cachyos-kernel": "nix-cachyos-kernel", "nixpkgs": "nixpkgs_2", "noctalia": "noctalia", diff --git a/flake.nix b/flake.nix index 1aff15a..7e62a9f 100644 --- a/flake.nix +++ b/flake.nix @@ -27,6 +27,11 @@ url = "github:anomalyco/opencode"; inputs.nixpkgs.follows = "nixpkgs"; }; + + kilo = { + url = "github:Kilo-Org/kilo"; + inputs.nixpkgs.follows = "nixpkgs"; + }; }; # Binary caches for faster builds