about summary refs log tree commit diff
path: root/modules/workstation/lorri/default.nix
blob: 602fac6106f786b1e28c6ab13f0b91bfa5b9a6ff (plain) (blame)
1
2
3
4
5
6
7
8
9
{ config, ... }:

{
  services.lorri.enable = true;

  # FIXME: systemd should have this set globally.
  systemd.user.services.lorri.environment.XDG_CACHE_HOME =
    "${config.users.users.qyliss.home}/state/cache";
}