dotfiles/common/desktop_environment/hyprland/home_manager/swaync.nix

8 lines
61 B
Nix

{
...
}:
{
services.swaync = {
enable = true;
};
}