nixos-config/nixos/desktopish/hotplug.nix
2022-04-30 11:49:28 -04:00

7 lines
69 B
Nix

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