nix-dotfiles/hm/modules/development/web.nix
2025-09-08 11:36:45 +02:00

7 lines
71 B
Nix

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