Skip to content

Commit

Permalink
feat: update zed config
Browse files Browse the repository at this point in the history
  • Loading branch information
DavSanchez committed Nov 21, 2024
1 parent 3d8fc19 commit 3833cef
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion home-manager/features/zed/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,18 @@ _: {

extensions = [
"nix"
# "haskell" # FIXME Already present?
"catppuccin"
"TOML"
];
userKeymaps = { };
userSettings = { };
userSettings = {
vim_mode = true;
theme = {
mode = "system";
light = "Catppuccin Latte";
dark = "Catppuccin Macchiato";
};
};
};
}

0 comments on commit 3833cef

Please sign in to comment.