summary refs log tree commit diff stats
path: root/modules/autorandr.nix
blob: f63095a4d9493804fc23e6e1817b3d4381c2f472 (plain)
1
2
3
4
5
6
7
8
{ config, pkgs, ... }:

{
  xdg.configFile.autorandr = {
    recursive = true;
    source = ../autorandr/.config/autorandr;
  };
}