From c59ff2613e696bf4b69f1863df66f2e0affb7344 Mon Sep 17 00:00:00 2001 From: oddlama Date: Sat, 7 Sep 2024 01:42:12 +0200 Subject: [PATCH] chore: persist kicad --- users/myuser/graphical/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/users/myuser/graphical/default.nix b/users/myuser/graphical/default.nix index edba245..220ee3a 100644 --- a/users/myuser/graphical/default.nix +++ b/users/myuser/graphical/default.nix @@ -48,7 +48,6 @@ pkgs.zathura pkgs.gpu-screen-recorder pkgs.gpu-screen-recorder-gtk - pkgs.orca-slicer pkgs.spotify ]; @@ -71,6 +70,7 @@ "Downloads" # config.xdg.userDirs.download (infinite recursion) ".local/share/invokeai" ".local/share/orca-slicer" + ".local/share/kicad" ".cache/spotify" ]; @@ -80,6 +80,7 @@ "Videos" # This is where I store clips from gpu-screen-recorder-gtk ".config/AusweisApp" ".config/OrcaSlicer" + ".config/kicad" ".config/gh" ".config/gh-dash" ".config/gpu-screen-recorder"