Files
nixos/modules/home-manager/swaync.nix
T
2026-02-26 18:30:55 +01:00

8 lines
74 B
Nix

{ config, pkgs, ... }:
{
services.swaync = {
enable = true;
};
}