Skip to content

Commit 0ec96c9

Browse files
committed
feat(zed): updated font size on UI and editor only for pc configuration
1 parent bfa148a commit 0ec96c9

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

hosts/pc/configuration.nix

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,10 @@ lib.mkMerge [
100100
];
101101

102102
programs = {
103+
zed-editor.userSettings = {
104+
ui_font_size = mkForce 16;
105+
buffer_font_size = mkForce 18;
106+
};
103107
discord.wittano = {
104108
enable = !config.desktop.labwc.enable;
105109
enableAutostart = false;

0 commit comments

Comments
 (0)