1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

feat: dmenubluetooth

This commit is contained in:
Kierán Meinhardt
2020-09-14 18:25:51 +02:00
parent 824dafb93c
commit 9ee2786315
3 changed files with 29 additions and 0 deletions

View File

@@ -97,6 +97,12 @@ in rec {
script = ./dmenurandr.sh;
};
dmenubluetooth = wrapScript {
packages = [ pkgs.bluez5 pkgs.dmenu pkgs.libnotify ];
name = "dmenubluetooth";
script = ./dmenubluetooth.sh;
};
fkill = wrapScript {
packages = [ pkgs.procps pkgs.gawk pkgs.gnused pkgs.fzf pkgs.bash ];
script = ./fkill.sh;