dev/v: initial configuration
1 file changed, 10 insertions(+), 0 deletions(-)
changed files
A user/settings/development/vlang.nix
@@ -0,0 +1,10 @@ +{ pkgs +, ... +}: { + home.packages = with pkgs; [ + vlang + ]; + programs.emacs.extraPackages = epkgs: (with epkgs; [ + v-mode + ]); +}