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