9 lines
96 B
Nix
9 lines
96 B
Nix
_:
|
|
|
|
{
|
|
xdg.configFile."monitors.xml" = {
|
|
source = ./monitors.xml;
|
|
force = true;
|
|
};
|
|
}
|