From d7eaaef504b38d997490de5718390f847711b7ee Mon Sep 17 00:00:00 2001 From: Alyssa Ross Date: Mon, 24 Oct 2022 08:15:41 +0000 Subject: modules: make XDG_DATA_HOME writeable Unlike HOME, I haven't found any benefit to making this non-writeable and having to write modules for every program that might want to use it. --- modules/workstation/lorri/default.nix | 4 ---- 1 file changed, 4 deletions(-) (limited to 'modules/workstation/lorri/default.nix') diff --git a/modules/workstation/lorri/default.nix b/modules/workstation/lorri/default.nix index 70d0c1e313fd..602fac6106f7 100644 --- a/modules/workstation/lorri/default.nix +++ b/modules/workstation/lorri/default.nix @@ -1,10 +1,6 @@ { config, ... }: { - systemd.tmpfiles.rules = [ - "d ${config.users.users.qyliss.home}/state/lorri 0700 qyliss qyliss" - ]; - services.lorri.enable = true; # FIXME: systemd should have this set globally. -- cgit 1.4.1