fix(desktop): force update monitors.xml

This commit is contained in:
Felix Schröter 2025-01-16 14:12:03 +01:00
parent fdc8002a0d
commit 06b202857c
Signed by: felschr
GPG key ID: 671E39E6744C807D

View file

@ -1,5 +1,8 @@
{ config, pkgs, ... }: _:
{ {
xdg.configFile."monitors.xml".source = ./monitors.xml; xdg.configFile."monitors.xml" = {
source = ./monitors.xml;
force = true;
};
} }