home-manager: desktop: move stray comment to correct place

Signed-off-by: Christoph Heiss <christoph@c8h4.io>
This commit is contained in:
Christoph Heiss 2024-08-23 10:48:30 +02:00
parent ede4400e9e
commit a182c40fab
Signed by: c8h4
GPG key ID: 1538094429952F86

View file

@ -164,8 +164,8 @@ in {
};
};
# Needed by the luasnip plugin
programs.neovim = {
# Needed by the luasnip plugin
extraLuaPackages = luaPkgs: with luaPkgs; [ jsregexp ];
plugins = with pkgs.vimPlugins;
[