feat: Use helix with steel script

This commit is contained in:
ulic-youthlic 2026-04-07 07:27:53 +08:00
parent 56bb0819b3
commit 8896c8d836
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721
4 changed files with 35 additions and 118 deletions

View file

@ -67,13 +67,14 @@
type = "github";
owner = "xddxdd";
repo = "nix-cachyos-kernel";
inputs.flake-parts.follows = "flake-parts";
};
helix = {
type = "github";
owner = "helix-editor";
owner = "mattwparas";
repo = "helix";
ref = "master";
ref = "steel-event-system";
};
home-manager = {
@ -222,6 +223,7 @@
type = "github";
owner = "fufexan";
repo = "nix-gaming";
inputs.flake-parts.follows = "flake-parts";
};
noctalia = {
@ -243,6 +245,7 @@
type = "github";
owner = "daeuniverse";
repo = "flake.nix";
inputs.flake-parts.follows = "flake-parts";
};
};
}