mirror of
https://github.com/nix-community/nix-doom-emacs
synced 2025-08-25 14:13:38 -05:00
Add doom-modeline recipe to overrides
This commit is contained in:
@@ -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 = ''
|
||||
|
Reference in New Issue
Block a user