patch dmenu, no shadow

This commit is contained in:
♥ Minnie ♥ 2025-05-18 21:50:15 +08:00
parent 4091fd9db7
commit 8437dbc212
Signed by: jasmine
GPG key ID: 8563E358D4E8040E
4 changed files with 64 additions and 3 deletions

View file

@ -7,9 +7,12 @@
# You can change versions, add patches, set compilation flags, anything really.
# https://nixos.wiki/wiki/Overlays
modifications = final: prev: {
# example = prev.example.overrideAttrs (oldAttrs: rec {
# ...
# });
dmenu = prev.dmenu.overrideAttrs (oldAttrs: {
patches = [
./patches/dmenu-bar-height-5.2.diff
./patches/dmenu-gruvbox-20210329-9ae8ea5.diff
];
});
};
# When applied, the unstable nixpkgs set (declared in the flake inputs) will