nixos/home-manager/work-desktop.nix

9 lines
124 B
Nix
Raw Normal View History

2021-12-08 09:46:24 +01:00
{ config, pkgs, ... }:
{
nixpkgs.config.allowUnfree = true;
home.packages = with pkgs; [
dbeaver
vagrant
];
}