nix-dotfiles/modules/hm/development/web.nix

4 lines
68 B
Nix

{ pkgs, ... }: {
home.packages = [ pkgs.unstable_pkgs.bruno ];
}