home-manager/horsch/qemu.nix

8 lines
65 B
Nix

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