nixos-configs/homeConfigurations/vinzenz/swaync.nix

9 lines
102 B
Nix
Raw Normal View History

2025-11-12 00:30:41 +01:00
{
services.swaync = {
enable = true;
2025-11-14 02:05:29 +01:00
settings = {
positionX = "center";
};
2025-11-12 00:30:41 +01:00
};
}