Emacs changes

This commit is contained in:
Charlotte Van Petegem 2021-05-01 00:25:26 +02:00
parent 6c664e8216
commit db36d40d1a
No known key found for this signature in database
GPG key ID: 019E764B7184435A
2 changed files with 38 additions and 19 deletions

View file

@ -21,6 +21,19 @@ in
};
config = lib.mkIf config.chvp.emacs.enable {
nixpkgs.overlays = [
(self: super: {
mu = super.mu.overrideAttrs (old: {
version = "1.5.12";
src = self.fetchFromGitHub {
owner = "djcb";
repo = "mu";
rev = "c5219778af65dc868eea91c910c801e5105d5cd7";
sha256 = "1z6l02bdsh4z2yv3dbixrs0fvyp2axx62dnmqwyampjn5xs5l2yf";
};
});
})
];
chvp = {
emacs.package = emacsPkg;
zfs.homeLinks = [