nix-dotfiles/home_manager/modules/javascript.nix

7 lines
65 B
Nix

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