vibed improved gc
This commit is contained in:
parent
a79ca6a399
commit
9cb871275a
5 changed files with 208 additions and 4 deletions
|
|
@ -1,6 +1,15 @@
|
|||
{ pkgs }:
|
||||
let
|
||||
swaymsg = "${pkgs.sway}/bin/swaymsg";
|
||||
systemNotify = pkgs.writeShellApplication {
|
||||
name = "system-notify";
|
||||
runtimeInputs = [
|
||||
pkgs.coreutils
|
||||
pkgs.libnotify
|
||||
pkgs.util-linux
|
||||
];
|
||||
text = builtins.readFile ../util/system_notify.sh;
|
||||
};
|
||||
in
|
||||
{
|
||||
uwsm = "${pkgs.uwsm}/bin/uwsm-app --";
|
||||
|
|
@ -9,6 +18,7 @@ in
|
|||
lock = "${pkgs.swaylock}/bin/swaylock --daemonize";
|
||||
term = "${pkgs.foot}/bin/footclient";
|
||||
notify = "${pkgs.libnotify}/bin/notify-send";
|
||||
"system-notify" = "${systemNotify}/bin/system-notify";
|
||||
nag = "${pkgs.sway}/bin/swaynag --edge bottom";
|
||||
dmenu = "${pkgs.rofi-unwrapped}/bin/rofi";
|
||||
espanso = "${pkgs.espanso-wayland}/bin/espanso cmd";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue