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
];
}