Add -c to dmenu, but as a noop

To support other scripts.
This commit is contained in:
Oliver Davies 2025-08-19 20:56:05 +01:00
parent bafbce7ac1
commit a054ca7ded
2 changed files with 20 additions and 1 deletions

View file

@ -3,7 +3,12 @@
{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [
dmenu
(dmenu.override {
patches = [
./dmenu-center-noop.patch
];
})
dmenu-bluetooth
dunst
networkmanager_dmenu