nixos-config/home-manager/stvnliu/services/swaync.nix

6 lines
59 B
Nix

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