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

{
  home.qyliss.dirs."state/lorri" = {};

  services.lorri.enable = true;

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