diff --git a/modules/cross-platform/home-manager/neovim.nix b/modules/cross-platform/home-manager/neovim.nix index 0123ad6..f59262d 100644 --- a/modules/cross-platform/home-manager/neovim.nix +++ b/modules/cross-platform/home-manager/neovim.nix @@ -41,6 +41,8 @@ pkgs.bash-language-server # for justfile pkgs.just-lsp + # for treesitter + inputs.neovim-nightly-overlay.packages.${pkgs.stdenv.hostPlatform.system}.tree-sitter ]; }; }; diff --git a/modules/linux/home-manager/hyprland.nix b/modules/linux/home-manager/hyprland.nix index 8724578..bce2405 100644 --- a/modules/linux/home-manager/hyprland.nix +++ b/modules/linux/home-manager/hyprland.nix @@ -305,6 +305,7 @@ in { # Move to workspace 5 "workspace 5, match:class ^(vesktop)$" + "workspace 5, match:class ^(Element)$" # Move to workspace 6 "workspace 6, match:class ^(steam)$"