diff --git a/home-gui.nix b/home-gui.nix index 886f192..9d4125a 100644 --- a/home-gui.nix +++ b/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"; + }; + }; }