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 = {