nixos/home-manager/software/work-desktop/default.nix

8 lines
79 B
Nix

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