mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-09 15:10:19 +02:00
added qemu
This commit is contained in:
parent
7e62493d21
commit
1de2a5aa0a
2 changed files with 8 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue