This repository has been archived on 2024-12-15. You can view files and clone it, but cannot push or open issues or pull requests.
home-manager/horsch/qemu.nix

8 lines
70 B
Nix

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