feat(horsch): add qemu
parent
33f753e011
commit
c404df8f22
|
@ -19,5 +19,7 @@
|
||||||
|
|
||||||
./horsch/ssh.nix
|
./horsch/ssh.nix
|
||||||
./horsch/zsh.nix
|
./horsch/zsh.nix
|
||||||
|
|
||||||
|
./horsch/qemu.nix
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
@ -0,0 +1,7 @@
|
||||||
|
{ pkgs, ... }:
|
||||||
|
|
||||||
|
{
|
||||||
|
home.packages = with pkgs; [
|
||||||
|
qemu
|
||||||
|
];
|
||||||
|
}
|
Loading…
Reference in New Issue