oops uncommenting out zed
This commit is contained in:
parent
72b6cc0d4b
commit
0b5f35d274
1 changed files with 18 additions and 18 deletions
36
home-gui.nix
36
home-gui.nix
|
|
@ -42,22 +42,22 @@
|
|||
};
|
||||
};
|
||||
|
||||
# programs.zed-editor = {
|
||||
# enable = true;
|
||||
# userSettings = {
|
||||
# vim_mode = true;
|
||||
# theme = {
|
||||
# mode = "system";
|
||||
# light = "Catppuccin Latte";
|
||||
# dark = "Catppuccin Frappé";
|
||||
# };
|
||||
# buffer_font_size = 16;
|
||||
# buffer_font_family = "Iosevka Nerd Font Mono";
|
||||
# vim = {
|
||||
# enable_vim_sneak = true;
|
||||
# use_smartcase_find = true;
|
||||
# };
|
||||
# format_on_save = "off";
|
||||
# };
|
||||
# };
|
||||
programs.zed-editor = {
|
||||
enable = true;
|
||||
userSettings = {
|
||||
vim_mode = true;
|
||||
theme = {
|
||||
mode = "system";
|
||||
light = "Catppuccin Latte";
|
||||
dark = "Catppuccin Frappé";
|
||||
};
|
||||
buffer_font_size = 16;
|
||||
buffer_font_family = "Iosevka Nerd Font Mono";
|
||||
vim = {
|
||||
enable_vim_sneak = true;
|
||||
use_smartcase_find = true;
|
||||
};
|
||||
format_on_save = "off";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue