feat(horsch): add qemu
This commit is contained in:
parent
33f753e011
commit
c404df8f22
2 changed files with 9 additions and 0 deletions
7
horsch/qemu.nix
Normal file
7
horsch/qemu.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
qemu
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue