home-manager/horsch/qemu.nix

8 lines
70 B
Nix

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