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

10 lines
79 B
Nix

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