feat(home/base/gui): add zed-editor

This commit is contained in:
Ryan Yin
2024-11-30 23:56:19 +08:00
parent 113b764052
commit 2a21d77f33
3 changed files with 11 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
{mylib, ...}: {
imports = mylib.scanPaths ./.;
}

View File

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

View File

@@ -111,6 +111,9 @@
".config/Code/User"
".config/Code - Insiders/User"
# zed editor
".config/zed"
# browsers
".mozilla"
".config/google-chrome"