tweaks for ghostty, helix, zed

This commit is contained in:
Noah Masur
2025-03-17 11:00:14 -04:00
parent a611b0ab69
commit 852ecf0b91
6 changed files with 213 additions and 3 deletions

View File

@ -18,6 +18,7 @@ in
nmasur.presets.programs = {
zed-editor.enable = lib.mkDefault true;
ghostty.enable = lib.mkDefault true;
helix.enable = lib.mkDefault true;
};
home.packages = [
@ -32,7 +33,6 @@ in
];
programs.gh-dash.enable = lib.mkDefault true;
programs.helix.enable = lib.mkDefault true;
programs.himalaya.enable = lib.mkDefault true;
};