From 427bff7d59080b7053ce37a88bfb42e078a40fba Mon Sep 17 00:00:00 2001 From: Caroline Larimore Date: Thu, 25 Jul 2024 19:50:36 -0700 Subject: Formatting tweaks --- hosts/c-pc/home.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'hosts/c-pc/home.nix') diff --git a/hosts/c-pc/home.nix b/hosts/c-pc/home.nix index 9ee1988..c2efb51 100644 --- a/hosts/c-pc/home.nix +++ b/hosts/c-pc/home.nix @@ -14,6 +14,8 @@ home.stateVersion = "23.11"; home.persistence."/persist/home" = { + allowOther = true; + directories = [ "Downloads" "Documents" @@ -66,10 +68,10 @@ ".config/nicotine" ".local/share/nicotine" ]; + files = [ ".Xresources" ]; - allowOther = true; }; programs = { -- cgit v1.2.3