Update dependencies

This commit is contained in:
Charlotte Van Petegem 2021-07-14 14:03:51 +02:00
parent 13a70da91b
commit 5aa431275b
No known key found for this signature in database
GPG key ID: 019E764B7184435A
3 changed files with 17 additions and 7 deletions

View file

@ -20,6 +20,16 @@
alwaysEnsure = true;
# mu4e is included in the mu package and should be used from there
extraEmacsPackages = epkgs: lib.optional config.chvp.graphical.mail.enable pkgs.mu;
override = epkgs: epkgs // {
modus-themes = epkgs.melpaPackages.modus-themes.overrideAttrs (old: {
src = pkgs.fetchFromGitLab {
owner = "protesilaos";
repo = "modus-themes";
rev = "6593dc2569722c3e85d9e00eff62e4afa35e0610";
hash = "sha256-druZQ2oBl0waMQbWcY3z9BkhURCtZGwp66cHbHnFRww=";
};
});
};
};
};
};