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

@ -48,6 +48,7 @@ in {
};
config = lib.mkMerge [
(lib.mkIf cfg.enable {
home.packages = lib.singleton pkgs.steel;
programs.helix = {
enable = true;
defaultEditor = true;
@ -55,7 +56,7 @@ in {
settings = with lib;
pipe ./config.toml [
builtins.readFile
builtins.fromTOML
fromTOML
];
languages = lib.recursiveUpdate {
language-server = {