stuff
This commit is contained in:
@@ -66,7 +66,7 @@ in
|
||||
neosay
|
||||
nheko
|
||||
pinecone
|
||||
quaternion
|
||||
# quaternion # build is borked
|
||||
''
|
||||
)
|
||||
(lib.mkIf config.vacu.isGui
|
||||
|
@@ -14,7 +14,7 @@ let
|
||||
let
|
||||
binContents = ''
|
||||
#!${lib.getExe pkgs.bash}
|
||||
exec ${lib.escapeShellArgs args} "$@"'';
|
||||
exec ${lib.escapeShellArgs args} "$@"'';
|
||||
funcContents = ''
|
||||
declare aliasName=${lib.escapeShellArg name}
|
||||
declare -a replacementWords=(${lib.escapeShellArgs args})
|
||||
@@ -40,7 +40,7 @@ let
|
||||
completion_file="$out"/share/bash-completion/completions/${name}
|
||||
mkdir -p "$(dirname -- "$completion_file")"
|
||||
printf '%s() {\n%s\n}\n' "$completion_function_name" ${lib.escapeShellArg funcContents} > "$completion_file"
|
||||
printf 'complete -F %s %q\n' "$completion_function_name" ${lib.escapeShellArg name} >> "$completion_file
|
||||
printf 'complete -F %s %s\n' "$completion_function_name" ${lib.escapeShellArg name} >> "$completion_file"
|
||||
'';
|
||||
ms_text = with_sudo: ''
|
||||
svl_minmax_args $# 1 3
|
||||
|
@@ -38,6 +38,6 @@
|
||||
yamlls.enable = true;
|
||||
};
|
||||
};
|
||||
plugins.lean.enable = !minimal;
|
||||
plugins.lean.enable = false; #lean build is broken, previously !minimal;
|
||||
plugins.lean.settings.mappings = true;
|
||||
}
|
||||
|
Reference in New Issue
Block a user