Add -c
to dmenu, but as a noop
To support other scripts.
This commit is contained in:
parent
bafbce7ac1
commit
a054ca7ded
2 changed files with 20 additions and 1 deletions
|
@ -3,7 +3,12 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
dmenu
|
||||
(dmenu.override {
|
||||
patches = [
|
||||
./dmenu-center-noop.patch
|
||||
];
|
||||
})
|
||||
|
||||
dmenu-bluetooth
|
||||
dunst
|
||||
networkmanager_dmenu
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue