From c8d92141966583eb01e160182ac80083c5edf18e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laure=CE=B7t?= Date: Tue, 8 Oct 2024 22:04:53 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9A=A1=EF=B8=8F=20(aurum)=20enable=20persist?= =?UTF-8?q?ence=20for=20vscode=20files?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hosts/aurum/system/impermanence.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/aurum/system/impermanence.nix b/hosts/aurum/system/impermanence.nix index 84f77bf..c1e22f7 100644 --- a/hosts/aurum/system/impermanence.nix +++ b/hosts/aurum/system/impermanence.nix @@ -23,6 +23,8 @@ ".local/share/keyrings" ".local/share/atuin" ".cache/nix" + ".config/Code" + ".vscode" { directory = ".ssh"; mode = "0700";