mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-08 22:50:19 +02:00
added qemu
This commit is contained in:
parent
7e62493d21
commit
1de2a5aa0a
2 changed files with 8 additions and 0 deletions
7
hosts/goober/features/software/qemu.nix
Normal file
7
hosts/goober/features/software/qemu.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{pkgs, config, ...}: {
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
quickemu
|
||||
qemu
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue