nix-configurations/home/features/virtualization/default.nix

9 lines
156 B
Nix
Raw Normal View History

2023-02-05 13:36:38 +00:00
<<<<<<< HEAD
{ imports = [ ./podman.nix ./qemu.nix ]; }
=======
2023-02-01 11:38:23 +00:00
imports = [
./podman.nix
./qemu.nix
];
2023-02-05 13:36:38 +00:00
>>>>>>> f7c149b (Various changes in home-config)