feat: persistent joplin & cursor's config

This commit is contained in:
Ryan Yin
2025-06-07 11:09:10 +08:00
parent a2101bd74f
commit 285662df1e
3 changed files with 15 additions and 9 deletions

View File

@@ -1,3 +1,6 @@
{mylib, ...}: {
imports = mylib.scanPaths ./.;
{pkgs, ...}: {
home.packages = with pkgs; [
zed-editor
code-cursor
];
}

View File

@@ -1,5 +0,0 @@
{pkgs, ...}: {
home.packages = with pkgs; [
zed-editor
];
}

View File

@@ -114,9 +114,13 @@
# vscode
".vscode"
".config/Code"
".vscode-insiders"
".config/Code/User"
".config/Code - Insiders/User"
".config/Code - Insiders"
# cursor ai editor
".cursor"
".config/Cursor"
# zed editor
".config/zed"
@@ -125,6 +129,10 @@
".mozilla"
".config/google-chrome"
# Joplin
".config/joplin" # tui client
".config/Joplin" # joplin-desktop
# neovim / remmina / flatpak / ...
".local/share"
".local/state"