mirror of
https://gitlab.com/Zaney/zaneyos.git
synced 2024-11-07 15:23:59 +01:00
7 lines
124 B
Nix
7 lines
124 B
Nix
{ pkgs }:
|
|
|
|
pkgs.writeShellScriptBin "task-waybar" ''
|
|
sleep 0.1
|
|
${pkgs.swaynotificationcenter}/bin/swaync-client -t &
|
|
''
|