diff --git a/config/home.nix b/config/home.nix index 71d19bd..822be9b 100644 --- a/config/home.nix +++ b/config/home.nix @@ -93,7 +93,6 @@ in { unzip vim vimPlugins.vim-plug - virtualbox vscode wget xclip diff --git a/system/shared.nix b/system/shared.nix index ec60bb1..8e66f36 100644 --- a/system/shared.nix +++ b/system/shared.nix @@ -88,6 +88,7 @@ "docker" "flatpak" "libvirtd" + "vboxusers" "wheel" ]; shell = pkgs.zsh;