feat(nix/hm/price): install additional emacs packages
All checks were successful
Check Formatting of Files / Check-Formatting (push) Successful in 1m15s
All checks were successful
Check Formatting of Files / Check-Formatting (push) Successful in 1m15s
This commit is contained in:
parent
086fbb6ec9
commit
4855780d78
@ -233,7 +233,13 @@ in
|
|||||||
treeSitter = true;
|
treeSitter = true;
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
extraPackages = (epkgs: (with epkgs; [ treesit-grammars.with-all-grammars ]));
|
extraPackages = (
|
||||||
|
epkgs:
|
||||||
|
(with epkgs; [
|
||||||
|
treesit-grammars.with-all-grammars
|
||||||
|
melpaPackages.pdf-tools
|
||||||
|
])
|
||||||
|
);
|
||||||
};
|
};
|
||||||
wofi.enable = true;
|
wofi.enable = true;
|
||||||
gpg.enable = true;
|
gpg.enable = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user