mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-06-12 01:14:24 +02:00
feat: replace vscode with zed-editor (#263)
* feat: replace vscode with zed-editor * docs: helix
This commit is contained in:
@@ -11,6 +11,13 @@ in
|
||||
modules.desktop.niri.enable = true;
|
||||
modules.desktop.nvidia.enable = true;
|
||||
|
||||
programs.zed-editor.userSettings = {
|
||||
ui_font_size = 19.0;
|
||||
buffer_font_size = 17.0;
|
||||
agent_ui_font_size = 19.0;
|
||||
agent_buffer_font_size = 18.0;
|
||||
};
|
||||
|
||||
xdg.configFile."niri/niri-hardware.kdl".source =
|
||||
mkSymlink "${config.home.homeDirectory}/nix-config/hosts/idols-ai/niri-hardware.kdl";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user