mirror of
https://gitlab.com/Zaney/zaneyos.git
synced 2024-11-26 00:23:10 +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 &
|
||
|
''
|
||
|
|