First Real Commit!

This commit is contained in:
Tyler Kelley
2023-12-13 17:09:39 -06:00
parent 6651817846
commit 1a24bc2b48
18 changed files with 4154 additions and 89 deletions

7
scripts/task-waybar.nix Normal file
View File

@ -0,0 +1,7 @@
{ pkgs }:
pkgs.writeShellScriptBin "task-waybar" ''
sleep 0.1
${pkgs.swaynotificationcenter}/bin/swaync-client -t &
''