mirror of
https://github.com/kmein/niveum
synced 2026-03-16 10:11:08 +01:00
feat: dmenubluetooth
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user