nixos-config/nixos/gui/desktopish/hotplug.nix
2023-04-27 09:40:42 -04:00

7 lines
69 B
Nix

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