fix(desktop): force update monitors.xml
This commit is contained in:
parent
fdc8002a0d
commit
06b202857c
|
@ -1,5 +1,8 @@
|
||||||
{ config, pkgs, ... }:
|
_:
|
||||||
|
|
||||||
{
|
{
|
||||||
xdg.configFile."monitors.xml".source = ./monitors.xml;
|
xdg.configFile."monitors.xml" = {
|
||||||
|
source = ./monitors.xml;
|
||||||
|
force = true;
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue