add swaync for notifications and move waybar config to waybar.nix

This commit is contained in:
Gabriella Bere 2024-08-24 17:52:07 +01:00
parent f8131b05fc
commit ae195c40d0
3 changed files with 54 additions and 26 deletions

4
home-manager/swaync.nix Normal file
View file

@ -0,0 +1,4 @@
{config, pkgs, ...}:
{
programs.swaync.enable = true;
}