configuration.nix/home/wm/addon/swaync/default.nix

7 lines
98 B
Nix

_: {
services.swaync = {
enable = true;
settings = { };
style = ./style.css;
};
}