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

8 lines
74 B
Nix

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