diff --git a/dot_config/flake/home/common.nix b/dot_config/flake/home/common.nix index 2b3625f..e557298 100644 --- a/dot_config/flake/home/common.nix +++ b/dot_config/flake/home/common.nix @@ -31,6 +31,7 @@ just # language servers + neocmakelsp bash-language-server taplo # toml sumneko-lua-language-server diff --git a/dot_config/flake/modules/darwin/PaperWM.spoon/default.nix b/dot_config/flake/modules/darwin/PaperWM.spoon/default.nix index 136647f..2c65471 100644 --- a/dot_config/flake/modules/darwin/PaperWM.spoon/default.nix +++ b/dot_config/flake/modules/darwin/PaperWM.spoon/default.nix @@ -13,8 +13,8 @@ source = pkgs.fetchFromGitHub { owner = "mogenson"; repo = "PaperWM.spoon"; - rev = "cmd-drag"; - hash = "sha256-5lDxVP4KSPdSY+Vzv3wQHGDKKUevGl2qm2YWiCLuS98="; + rev = "scroll-glitching"; + hash = "sha256-ONUO2jJe32I+0DjSo9gtYBHio5xkW9lyx5tvdziNwM8="; }; };