Files
nixos/modules/home-manager/swaync.nix
T

6 lines
53 B
Nix

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