Does this make it an overlay?

This commit is contained in:
2021-09-04 09:51:15 -07:00
parent eceffe2a12
commit e7dcc07974

View File

@@ -1,4 +1,4 @@
{ config, lib, pkgs, ... }: final: prev: rec {
{ config, lib, pkgs, ... }: (final: prev: rec {
doom-emacs-config = pkgs.fetchgit {
url = "https://git.fudo.org/niten/doom-emacs.git";
@@ -35,4 +35,4 @@
};
};
};
}
})