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