This commit is contained in:
Matt Nish-Lapidus 2025-05-01 14:22:08 -04:00
parent 1a69cda9ff
commit db0e516c65
2 changed files with 16 additions and 12 deletions

View file

@ -231,6 +231,10 @@
name = "rmpc (music player)";
exec = "/home/emenel/.local/bin/wezapp rmpc";
};
ncmpcpp = {
name = "ncmpcpp (music player)";
exec = "/home/emenel/.local/bin/wezapp ncmpcpp";
};
isd = {
name = "isd (interactive systemd)";
exec = "/home/emenel/.local/bin/wezapp isd";
@ -250,9 +254,9 @@
name = "Steam (nvidia-offload)";
exec = "nvidia-offload ${pkgs.steam}/bin/steam";
};
bluetuith = {
name = "Bluetuith (bluetooth manager)";
exec = "/home/emenel/.local/bin/wezapp bluetuith";
bluetui = {
name = "bluetui (bluetooth manager)";
exec = "/home/emenel/.local/bin/wezapp bluetui";
};
color-picker-clip = {
name = "wl color picker (clipboard)";