mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-06-09 06:52:43 +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
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user