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/nix/default.nix | 5 ----- 1 file changed, 5 deletions(-) (limited to 'modules/nix/default.nix') diff --git a/modules/nix/default.nix b/modules/nix/default.nix index 5b0f28620c54..c004e83b2217 100644 --- a/modules/nix/default.nix +++ b/modules/nix/default.nix @@ -34,9 +34,4 @@ in { services = lib.optionalAttrs isDarwin { nix-daemon.enable = true; }; - - systemd.tmpfiles.rules = [ - "d ${config.users.users.qyliss.home}/state/nix 0700 qyliss qyliss" - ]; - } -- cgit 1.4.1