added: swaync

This commit is contained in:
2025-09-16 18:37:46 +02:00
parent d4c4cd0d0a
commit 49e4f0e7ef
8 changed files with 631 additions and 58 deletions

4
home/hyprland/swaync.nix Normal file
View File

@@ -0,0 +1,4 @@
{ pkgs, ... }:
{
home.packages = [ pkgs.swaynotificationcenter ];
}