fix stuff

This commit is contained in:
Gerg-L 2024-05-10 22:22:28 -04:00
parent 13407dcdc8
commit 02ecacc8bd
Signed by: gerg-l
SSH key fingerprint: SHA256:FPYDHIkvMocr4wdmZXpgpJjsb2Tw6rASs2ISPbOb0KI
4 changed files with 10 additions and 9 deletions

View file

@ -1,4 +1,4 @@
{self, ...}:
{ self, ... }:
{
pkgs,
lib,
@ -182,7 +182,7 @@ in
};
systemd.tmpfiles.rules = [
"L /etc/Xorg/active.conf - - - - /etc/Xorg/2_mon.conf"
"L+ /var/lib/libvirt/qemu/Windows.xml - - - - ${./Windows.xml}"
"L+ /var/lib/libvirt/qemu/Windows.xml - - - - ${self}/hosts/gerg-desktop/Windows.xml"
];
#_file
}