1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-29 11:07:44 +00:00

Add back software

This commit is contained in:
RGBCube 2025-01-08 13:36:28 +03:00
parent d951f7fe0c
commit 1767332757
Signed by: RGBCube
SSH key fingerprint: SHA256:CzqbPcfwt+GxFYNnFVCqoN5Itn4YFrshg1TrnACpA5M
3 changed files with 241 additions and 19 deletions

View file

@ -63,17 +63,17 @@
fenix.url = "github:nix-community/fenix";
# zig = {
# url = "github:mitchellh/zig-overlay";
zig = {
url = "github:mitchellh/zig-overlay";
# inputs.nixpkgs.follows = "nixpkgs";
# };
inputs.nixpkgs.follows = "nixpkgs";
};
# zls = {
# url = "github:zigtools/zls/master";
zls = {
url = "github:zigtools/zls/master";
# inputs.nixpkgs.follows = "nixpkgs";
# };
inputs.nixpkgs.follows = "nixpkgs";
};
themes.url = "github:RGBCube/ThemeNix";
};