mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-01-30 19:09:35 +01:00
added qemu
This commit is contained in:
parent
7e62493d21
commit
1de2a5aa0a
|
@ -2,6 +2,7 @@
|
|||
{
|
||||
imports = [
|
||||
./wine.nix
|
||||
./qemu.nix
|
||||
./neovim.nix
|
||||
./flatpak.nix
|
||||
./discord.nix
|
||||
|
|
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…
Reference in a new issue