nix/home-manager/hosts/nixos-laptop/desktops/hyprland/swayosd-conf.nix

4 lines
61 B
Nix
Raw Normal View History

2023-08-24 13:43:54 +02:00
{ pkgs, config, ... }: {
services.swayosd.enable = true;
}