Add doom-modeline recipe to overrides

This commit is contained in:
Thiago Kenji Okada
2022-10-25 21:16:16 +01:00
parent 2939358499
commit fffed0f300

View File

@@ -8,6 +8,15 @@ self: super: {
buildPhase = ":";
} // args);
doom-modeline = self.straightBuild {
pname = "doom-modeline";
propagatedBuildInputs = with self; [
all-the-icons
compat
shrink-path
];
};
doom-snippets = self.straightBuild {
pname = "doom-snippets";
postInstall = ''