mirror of
https://github.com/davegallant/nix-config
synced 2026-03-03 12:46:34 +00:00
Manage Zed with brew on macOS
This commit is contained in:
2
home.nix
2
home.nix
@@ -422,7 +422,7 @@ in
|
||||
};
|
||||
|
||||
zed-editor = {
|
||||
enable = true;
|
||||
enable = stdenv.isLinux;
|
||||
package = unstable.zed-editor;
|
||||
extensions = [
|
||||
"ansible"
|
||||
|
||||
@@ -117,6 +117,7 @@
|
||||
"taskexplorer"
|
||||
"tailscale"
|
||||
"vlc"
|
||||
"zed"
|
||||
];
|
||||
|
||||
taps = [
|
||||
|
||||
Reference in New Issue
Block a user