update flake and fix issues with latest packages

This commit is contained in:
Noah Masur
2024-12-07 20:18:30 -05:00
parent 39f80ea79a
commit bc604bc2ce
13 changed files with 145 additions and 64 deletions

7
overlays/volnoti.nix Normal file
View File

@ -0,0 +1,7 @@
# Fix: Volnoti binary not found
# Broken by https://github.com/nix-community/home-manager/pull/5725/commits/98bf8de65dc1ed12c6443b18f6f24d36e9c438d6
_final: prev: {
volnoti = prev.volnoti.overrideAttrs (oldAttrs: {
meta.mainProgram = "volnoti";
});
}