ref(nix): use nixpkgs.lib instead of my own helper functions

dont' reinvent the wheel
This commit is contained in:
Léana 江 2024-02-20 21:59:30 +01:00 committed by Léana 江
parent e54df83402
commit 2a48123c04
3 changed files with 6 additions and 14 deletions

View file

@ -10,15 +10,7 @@
opam-nix,
...
}: let
helperFuncs = {
if' = cond: xs:
if cond
then xs
else [];
};
defaultExtraSettings = {
inherit helperFuncs;
extraLanguageServers = false;
extraUtils = false;
enableCmus = false;