mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-05-28 02:19:33 +02:00
feat(home/base/gui): add zed-editor
This commit is contained in:
@@ -0,0 +1,3 @@
|
|||||||
|
{mylib, ...}: {
|
||||||
|
imports = mylib.scanPaths ./.;
|
||||||
|
}
|
||||||
@@ -0,0 +1,5 @@
|
|||||||
|
{pkgs, ...}: {
|
||||||
|
home.packages = with pkgs; [
|
||||||
|
zed-editor
|
||||||
|
];
|
||||||
|
}
|
||||||
@@ -111,6 +111,9 @@
|
|||||||
".config/Code/User"
|
".config/Code/User"
|
||||||
".config/Code - Insiders/User"
|
".config/Code - Insiders/User"
|
||||||
|
|
||||||
|
# zed editor
|
||||||
|
".config/zed"
|
||||||
|
|
||||||
# browsers
|
# browsers
|
||||||
".mozilla"
|
".mozilla"
|
||||||
".config/google-chrome"
|
".config/google-chrome"
|
||||||
|
|||||||
Reference in New Issue
Block a user