Files
nixos/home/swayosd.nix
2026-01-02 20:43:09 +01:00

9 lines
88 B
Nix

{ pkgs, ... }:
{
services.swayosd = {
enable = true;
topMargin = 0.5;
};
}