This commit is contained in:
Melvin Ragusa
2026-02-04 21:29:21 +01:00
parent 5a6425ac7e
commit 683322cadc
3 changed files with 28 additions and 0 deletions

View File

@@ -255,6 +255,8 @@
inputs.noctalia.packages.${pkgs.stdenv.hostPlatform.system}.default inputs.noctalia.packages.${pkgs.stdenv.hostPlatform.system}.default
inputs.opencode.packages.${pkgs.stdenv.hostPlatform.system}.default inputs.opencode.packages.${pkgs.stdenv.hostPlatform.system}.default
inputs.kilo.packages.${pkgs.stdenv.hostPlatform.system}.default
# Terminal # Terminal
ghostty ghostty

21
flake.lock generated
View File

@@ -66,6 +66,26 @@
"type": "github" "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": { "nix-cachyos-kernel": {
"inputs": { "inputs": {
"cachyos-kernel": "cachyos-kernel", "cachyos-kernel": "cachyos-kernel",
@@ -178,6 +198,7 @@
}, },
"root": { "root": {
"inputs": { "inputs": {
"kilo": "kilo",
"nix-cachyos-kernel": "nix-cachyos-kernel", "nix-cachyos-kernel": "nix-cachyos-kernel",
"nixpkgs": "nixpkgs_2", "nixpkgs": "nixpkgs_2",
"noctalia": "noctalia", "noctalia": "noctalia",

View File

@@ -27,6 +27,11 @@
url = "github:anomalyco/opencode"; url = "github:anomalyco/opencode";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
kilo = {
url = "github:Kilo-Org/kilo";
inputs.nixpkgs.follows = "nixpkgs";
};
}; };
# Binary caches for faster builds # Binary caches for faster builds