mirror of
https://git.adityakumar.xyz/nix-conf.git
synced 2025-02-21 07:20:01 +00:00
add libvirt
This commit is contained in:
parent
1296e4dced
commit
b5bd1392e4
1 changed files with 10 additions and 1 deletions
|
@ -116,10 +116,19 @@
|
|||
packages = with pkgs; [
|
||||
firefox
|
||||
kate
|
||||
# thunderbird
|
||||
vim
|
||||
libvirt
|
||||
spice-gtk
|
||||
qemu
|
||||
qemu_kvm
|
||||
virt-viewer
|
||||
virt-manager
|
||||
OVMF
|
||||
];
|
||||
};
|
||||
|
||||
virtualisation.libvirtd.enable = true;
|
||||
|
||||
# Allow unfree packages
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
||||
|
|
Loading…
Reference in a new issue