From afd5a0087fcd5ef7a23c98ddad515bae4fb381f0 Mon Sep 17 00:00:00 2001 From: roxwize Date: Fri, 20 Dec 2024 17:01:09 -0500 Subject: [PATCH] ~ --- nixos/home/base.nix | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/nixos/home/base.nix b/nixos/home/base.nix index 92a4fbd..6ea1193 100644 --- a/nixos/home/base.nix +++ b/nixos/home/base.nix @@ -1,4 +1,4 @@ -{ ... }: +{ pkgs, ... }: { home = { stateVersion = "24.11"; @@ -36,6 +36,17 @@ font.name = "Fira Code"; themeFile = "mayukai"; }; + vscode = { + enable = true; + package = pkgs.vscodium; + extensions = with pkgs.vscode-extensions; [ + editorconfig.editorconfig + jnoortheen.nix-ide + redhat.vscode-xml + rust-lang.rust-analyzer + wakatime.vscode-wakatime + ]; + }; }; gtk = {