Skip to content

Commit

Permalink
feat(home/base/gui): add zed-editor
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan4yin committed Dec 9, 2024
1 parent 113b764 commit 2a21d77
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
3 changes: 3 additions & 0 deletions home/linux/gui/editors/default.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{mylib, ...}: {
imports = mylib.scanPaths ./.;
}
5 changes: 5 additions & 0 deletions home/linux/gui/editors/zed.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{pkgs, ...}: {
home.packages = with pkgs; [
zed-editor
];
}
3 changes: 3 additions & 0 deletions hosts/idols-ai/impermanence.nix
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,9 @@
".config/Code/User"
".config/Code - Insiders/User"

# zed editor
".config/zed"

# browsers
".mozilla"
".config/google-chrome"
Expand Down

0 comments on commit 2a21d77

Please sign in to comment.