mirror of
https://github.com/davegallant/nix-config
synced 2025-11-25 23:14:16 +00:00
Manage Zed with brew on macOS
This commit is contained in:
4
home.nix
4
home.nix
@@ -422,7 +422,7 @@ in
|
||||
};
|
||||
|
||||
zed-editor = {
|
||||
enable = true;
|
||||
enable = stdenv.isLinux;
|
||||
package = unstable.zed-editor;
|
||||
extensions = [
|
||||
"ansible"
|
||||
@@ -444,7 +444,7 @@ in
|
||||
};
|
||||
vim_mode = true;
|
||||
vim = {
|
||||
use_system_clipboard = "on_yank";
|
||||
use_system_clipboard = "on_yank";
|
||||
};
|
||||
autosave = "on_focus_change";
|
||||
format_on_save = "off";
|
||||
|
||||
Reference in New Issue
Block a user