mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2026-02-22 12:55:13 +08:00
feat: import virtualization everywhere, toggle inside virtualization.nix which hosts have access to it
This commit is contained in:
parent
6895cff885
commit
80de195146
1 changed files with 2 additions and 1 deletions
|
|
@ -18,5 +18,6 @@
|
|||
++ [ (import ./user.nix) ]
|
||||
++ [ (import ./bluetooth.nix) ]
|
||||
++ [ (import ./yubikey.nix) ]
|
||||
++ [ (import ./wayland.nix) ];
|
||||
++ [ (import ./wayland.nix) ]
|
||||
++ [ (import ./virtualization.nix) ];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue