From f59a2b9284784c3fb243fff461f065afef629d73 Mon Sep 17 00:00:00 2001 From: Dmitriy Kholkin Date: Tue, 25 Apr 2023 17:45:38 +0300 Subject: [PATCH] persist Books folder --- profiles/workspace/xdg.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/workspace/xdg.nix b/profiles/workspace/xdg.nix index 4f6d060..e5a359e 100644 --- a/profiles/workspace/xdg.nix +++ b/profiles/workspace/xdg.nix @@ -23,5 +23,5 @@ }; persist.state.homeDirectories = - [ "Documents" "Downloads" "Music" "Pictures" "Videos" ]; + [ "Books" "Documents" "Downloads" "Music" "Pictures" "Videos" ]; }