add justfile syntax

This commit is contained in:
Ivan Kirilov Dimitrov 2024-08-04 14:31:30 +02:00
parent 0bd094330d
commit 12466783f7
No known key found for this signature in database
GPG Key ID: 0BDAD4B211C49294

View File

@ -7,6 +7,7 @@ top@{ inputs, ... }: {
pylsp.enable = true;
lua-ls.enable = true;
};
extraPlugins = with pkgs.vimPlugins; [ vim-just ];
};
wpd = pkgs.writeShellApplication {
name = "wpd";