mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-11-09 20:33:15 -06:00
cleanup
This commit is contained in:
parent
a23f845086
commit
ffb91a61b3
1 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,4 @@
|
||||||
{
|
{
|
||||||
lib,
|
|
||||||
config,
|
|
||||||
enabled,
|
enabled,
|
||||||
enableAttrs,
|
enableAttrs,
|
||||||
listify,
|
listify,
|
||||||
|
@ -12,8 +10,10 @@
|
||||||
nix-ld = enabled // {
|
nix-ld = enabled // {
|
||||||
overkill = enabled;
|
overkill = enabled;
|
||||||
};
|
};
|
||||||
# languages = "misc|nim|node|nushell|python|roc|tex|zig" |> listify;
|
languages =
|
||||||
languages = "misc|nim|node|nushell|python|roc|tex" |> listify;
|
"misc|nim|node|nushell|python|tex"
|
||||||
|
# + "roc|zig"
|
||||||
|
|> listify;
|
||||||
}
|
}
|
||||||
// (
|
// (
|
||||||
''
|
''
|
||||||
|
|
Loading…
Reference in a new issue