mirror of
https://github.com/FabricSoul/nixos-configs.git
synced 2026-02-03 22:26:24 -05:00
update: add qemu
This commit is contained in:
parent
66c30f952e
commit
8f871c6e00
1 changed files with 5 additions and 0 deletions
5
hosts/common/optional/qemu.nix
Normal file
5
hosts/common/optional/qemu.nix
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{pkgs, ...}: {
|
||||
environment = {
|
||||
systemPackages = [pkgs.qemu];
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue