Add nix-book

This commit is contained in:
2024-08-19 11:33:31 -07:00
parent 5661784131
commit 78d4c8021c
6 changed files with 203 additions and 2 deletions

View File

@@ -0,0 +1,6 @@
{ config, ... }:
{
virtualisation.libvirtd.enable = true;
programs.virt-manager.enable = true;
}