···22 lib,
33 pkgs,
44 config,
55- inputs',
65 ...
76}:
87···1110 inherit (pkgs) lix-diff;
1211 };
13121414- nix.settings = {
1515- # all this work to get some extra maths functions because i love nix repl
1616- plugin-files = [
1717- (inputs'.tgirlpkgs.packages.lix-math.override { the_lix = config.nix.package; })
1818- ];
1919- };
1313+ # nix.settings = {
1414+ # # all this work to get some extra maths functions because i love nix repl
1515+ # plugin-files = [
1616+ # (inputs'.tgirlpkgs.packages.lix-math.override { the_lix = config.nix.package; })
1717+ # ];
1818+ # };
2019}