mirror of
https://github.com/davegallant/nix-config
synced 2025-10-03 10:26:00 +00:00
Add zed-editor
This commit is contained in:
14
home.nix
14
home.nix
@@ -390,6 +390,20 @@ in
|
|||||||
++ lib.optionals stdenv.isLinux [ ms-python.python ];
|
++ lib.optionals stdenv.isLinux [ ms-python.python ];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
zed-editor = {
|
||||||
|
enable = true;
|
||||||
|
package = unstable.zed-editor;
|
||||||
|
userSettings = {
|
||||||
|
features = {
|
||||||
|
edit_prediction_provider = "zed";
|
||||||
|
};
|
||||||
|
vim_mode = true;
|
||||||
|
ui_font_size = lib.mkForce 24;
|
||||||
|
buffer_font_size = lib.mkForce 22;
|
||||||
|
autosave = "on_focus_change";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
firefox = {
|
firefox = {
|
||||||
enable = stdenv.isLinux;
|
enable = stdenv.isLinux;
|
||||||
|
|
||||||
|
@@ -27,7 +27,6 @@ in
|
|||||||
sha256 = "Ztqn9+CHslr6wZdnOTeo/YNi/ICerpcFLyMArsZ/PIY=";
|
sha256 = "Ztqn9+CHslr6wZdnOTeo/YNi/ICerpcFLyMArsZ/PIY=";
|
||||||
};
|
};
|
||||||
polarity = "dark";
|
polarity = "dark";
|
||||||
fonts.sizes.desktop = 24;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
security.sudo-rs = {
|
security.sudo-rs = {
|
||||||
|
Reference in New Issue
Block a user