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