feat: import virtualization everywhere, toggle inside virtualization.nix which hosts have access to it

This commit is contained in:
Ahwx 2026-01-17 16:31:11 +01:00
parent 6895cff885
commit 80de195146

View file

@ -18,5 +18,6 @@
++ [ (import ./user.nix) ]
++ [ (import ./bluetooth.nix) ]
++ [ (import ./yubikey.nix) ]
++ [ (import ./wayland.nix) ];
++ [ (import ./wayland.nix) ]
++ [ (import ./virtualization.nix) ];
}