In-house katexprs for now

This commit is contained in:
kat witch 2021-08-27 03:53:58 +01:00
parent a37b760124
commit 567dabb901
No known key found for this signature in database
GPG key ID: 1B477797DCA5EC72
41 changed files with 1662 additions and 1 deletions

View file

@ -6,12 +6,13 @@ let
(import ./nur { inherit sources; })
(import sources.emacs-overlay)
(import ./rustfmt)
(import ./katlib)
(import ./katpkgs)
/* # TODO: implement these
(import ./vimrc)
*/
] ++ (map (path: import "${path}/overlay.nix") [
sources.arcexprs
sources.katexprs
sources.anicca
]);
config = {