nixos-config/modules/nixos/linux/gui/desktopish/hotplug.nix
2024-09-28 18:01:53 -04:00

7 lines
69 B
Nix

{ pkgs, ... }:
{
services.autorandr = {
enable = true;
};
}