nix-dotfiles/hm_modules/javascript.nix

2 lines
57 B
Nix

{ pkgs, ... }: { home.packages = with pkgs; [ flow ]; }