nix machine / user configurations

fix

Changed files
+1 -7
pkgs-set
overlays
users
modules
helix
+1 -6
pkgs-set/overlays/helix.nix
···
{inputs}: final: prev: {
-
helix = inputs.helix.packages.${prev.system}.default.override {
-
includeGrammarIf = grammar:
-
prev.lib.any
-
(name: grammar.name == name)
-
["toml" "rust" "nix" "protobuf" "yaml" "json" "markdown" "html" "css" "zig"];
-
};
+
helix = inputs.helix.packages.${prev.system}.default;
}
-1
users/modules/helix/default.nix
···
};
indent-guides = {
render = true;
-
# character = "|";
};
auto-pairs = {
"(" = ")";