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

View File

@@ -9,8 +9,9 @@
#./wpaperd.nix
./swww.nix
./rofi # App Launcher
./mako.nix # Notifyer
#./mako.nix # Notifyer
./cava.nix # Music Visualizer
./swaync.nix
];
programs.waybar =

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

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