mirror of
https://gitlab.com/Zaney/zaneyos.git
synced 2024-11-21 14:13:08 +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 &
|
|
''
|