mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-03-29 05:41:52 +02:00
feat(home/base/gui): add zed-editor
This commit is contained in:
3
home/linux/gui/editors/default.nix
Normal file
3
home/linux/gui/editors/default.nix
Normal file
@@ -0,0 +1,3 @@
|
||||
{mylib, ...}: {
|
||||
imports = mylib.scanPaths ./.;
|
||||
}
|
||||
5
home/linux/gui/editors/zed.nix
Normal file
5
home/linux/gui/editors/zed.nix
Normal file
@@ -0,0 +1,5 @@
|
||||
{pkgs, ...}: {
|
||||
home.packages = with pkgs; [
|
||||
zed-editor
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user