move xdg activation to global

This commit is contained in:
John Bowdre 2025-01-09 15:19:32 -06:00
parent 9b33c85b09
commit b11dab630f
Signed by: john
SSH key fingerprint: SHA256:cZYnOxaLdo+MhBNMX38ihO/p2Kek6fBykSFoJwHBhUo
2 changed files with 4 additions and 3 deletions

View file

@ -42,4 +42,8 @@
}; };
targets.genericLinux.enable = true; targets.genericLinux.enable = true;
xdg.enable = true;
xdg.mime.enable = true;
} }

View file

@ -1,8 +1,5 @@
{ inputs, ... }: { { inputs, ... }: {
xdg.enable = true;
xdg.mime.enable = true;
# make linux gui apps appear in chromeos launcher # make linux gui apps appear in chromeos launcher
xdg.configFile."systemd/user/cros-garcon.service.d/override.conf".text = '' xdg.configFile."systemd/user/cros-garcon.service.d/override.conf".text = ''
[Service] [Service]