Remove doom-modeline pin, add back missing functions

This commit is contained in:
Thiago Kenji Okada
2022-11-01 12:51:01 +00:00
parent 5be4e7ee86
commit d832ec95bc
5 changed files with 58 additions and 30 deletions

View File

@@ -8,15 +8,6 @@ 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 = ''