Mostly fix mail syncing service (todo notifications)

This commit is contained in:
stitchy 2024-03-15 22:22:20 +00:00
parent 65c55370de
commit d8174e8484
Signed by: stitchy
SSH key fingerprint: SHA256:yz2SoxdnY67tfY5Jzb0f2v8f5W3o/IF359kbcquWip8
2 changed files with 24 additions and 11 deletions

View file

@ -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