diff --git a/hosts/laptop/default.nix b/hosts/laptop/default.nix index b96ebf9..0accc68 100644 --- a/hosts/laptop/default.nix +++ b/hosts/laptop/default.nix @@ -1,6 +1,6 @@ {username, ...}: { networking.hostName = "laptop"; - + virtualisation.virtualbox.host.enable = true; led.enable = true; gnome.enable = true; home-manager.users.${username} = {