nixconf/modules/aagl.nix
Gabriella Bere 8e4da9d06d added virtualisation with qemu and virt-manager
also moved virt-manager from home-manager to modules/virtualisation.nix
because it doesnt work without qemu so may as well

added user blue to group libvirtd
2025-06-08 15:03:20 +01:00

4 lines
64 B
Nix

{ ... }:
{
programs.honkers-railway-launcher.enable = true;
}