From dabca4fc589f0d5db56b58d1dd1518cd5d082c5a Mon Sep 17 00:00:00 2001 From: Danilo Reyes Date: Sat, 13 Sep 2025 12:08:37 -0600 Subject: [PATCH] vscode --- hosts/workstation/configuration.nix | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/hosts/workstation/configuration.nix b/hosts/workstation/configuration.nix index 3e11daa..82190dd 100644 --- a/hosts/workstation/configuration.nix +++ b/hosts/workstation/configuration.nix @@ -23,12 +23,18 @@ in ]; my = import ./toggles.nix; home-manager.users.jawz = { - programs.ghostty = { - enable = true; - package = pkgs.ghostty; - enableBashIntegration = true; - installBatSyntax = true; - installVimSyntax = true; + programs = { + vscode = { + enable = true; + package = pkgs.vscode; + }; + ghostty = { + enable = true; + package = pkgs.ghostty; + enableBashIntegration = true; + installBatSyntax = true; + installVimSyntax = true; + }; }; }; networking = {