Mostly fix mail syncing service (todo notifications)
This commit is contained in:
parent
65c55370de
commit
d8174e8484
2 changed files with 24 additions and 11 deletions
|
@ -41,6 +41,20 @@
|
|||
ifuse
|
||||
];
|
||||
|
||||
nixpkgs.overlays = [
|
||||
(final: prev: {
|
||||
# Because Luck Smith hasn't released in 2 years
|
||||
mutt-wizard = prev.mutt-wizard.overrideAttrs (old: {
|
||||
src = prev.fetchFromGitHub {
|
||||
owner = "LukeSmithxyz";
|
||||
repo = "mutt-wizard";
|
||||
rev = "a8863a750a360bad6759f5f2c4df5d2001b31e18";
|
||||
hash = "sha256-8zPkzQ1Tt9t8G+uCKybBm4yMqfF2y4L7nmuaWWz9t6s=";
|
||||
};
|
||||
});
|
||||
})
|
||||
];
|
||||
|
||||
fonts.packages= with pkgs; [
|
||||
noto-fonts
|
||||
noto-fonts-emoji
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue