nixos/home-manager/work-desktop.nix

8 lines
79 B
Nix

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