Files
nixos-config/home/programs/xrandr.nix
2024-03-03 17:40:39 +01:00

6 lines
54 B
Nix

{ ... }:
{
programs.xrandr = { enable = true; };
}