diff options
| author | Caroline Larimore <caroline@larimo.re> | 2024-07-25 19:50:36 -0700 |
|---|---|---|
| committer | Caroline Larimore <caroline@larimo.re> | 2024-07-25 19:50:36 -0700 |
| commit | 427bff7d59080b7053ce37a88bfb42e078a40fba (patch) | |
| tree | 3fa0de16dcf695c0b42b2a546de233fd3950d477 /hosts/c-pc/home.nix | |
| parent | de48344a6eb3ff2a7167c47c8929d37ec8349976 (diff) | |
Formatting tweaks
Diffstat (limited to 'hosts/c-pc/home.nix')
| -rw-r--r-- | hosts/c-pc/home.nix | 4 |
1 files changed, 3 insertions, 1 deletions
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 = { |