diff --git a/modules/home-manager/packages.nix b/modules/home-manager/packages.nix index 0ad711f..9353f13 100644 --- a/modules/home-manager/packages.nix +++ b/modules/home-manager/packages.nix @@ -43,6 +43,7 @@ #orca-slicer # FIXME: Broken right now, gotta wait for PR 369729 shotcut vcv-rack + vhs ## Entertainment jellyfin-media-player diff --git a/modules/home-manager/programs/neovim/lua/plugins/treesitter.lua b/modules/home-manager/programs/neovim/lua/plugins/treesitter.lua index ccc1240..ee535af 100644 --- a/modules/home-manager/programs/neovim/lua/plugins/treesitter.lua +++ b/modules/home-manager/programs/neovim/lua/plugins/treesitter.lua @@ -36,6 +36,7 @@ return { "json", "jsonc", "nix", + "vhs", "yaml", -- Misc "cuda",