From 893fad3b9cca7f5d61c7abcc51041324ca327891 Mon Sep 17 00:00:00 2001 From: Joshua Yuen Date: Sat, 20 Jun 2026 23:26:22 -0400 Subject: [PATCH] Add vim extension to VSCodium --- flake.nix | 1 + modules/homes/vscodium.nix | 1 + 2 files changed, 2 insertions(+) diff --git a/flake.nix b/flake.nix index d709bde..8d1c2ba 100644 --- a/flake.nix +++ b/flake.nix @@ -41,6 +41,7 @@ nixpkgs, home-manager, install-system, + nix-vscode-extensions, stylix, ... }@inputs: diff --git a/modules/homes/vscodium.nix b/modules/homes/vscodium.nix index c426473..75e0901 100644 --- a/modules/homes/vscodium.nix +++ b/modules/homes/vscodium.nix @@ -24,6 +24,7 @@ redhat.ansible redhat.vscode-yaml rvest.vs-code-prettier-eslint + vscodevim.vim ]; }; }