diff --git a/home/crow/common/core/default.nix b/home/crow/common/core/default.nix index e78c842..d87f96e 100644 --- a/home/crow/common/core/default.nix +++ b/home/crow/common/core/default.nix @@ -32,6 +32,9 @@ in { bitwarden-cli yaak vimgolf + httpie + protonvpn-cli + protonvpn-gui ; }; diff --git a/hosts/common/core/default.nix b/hosts/common/core/default.nix index 10873a8..f118186 100644 --- a/hosts/common/core/default.nix +++ b/hosts/common/core/default.nix @@ -27,7 +27,6 @@ in { "hosts/common/core/editor.nix" "hosts/common/core/fonts.nix" "hosts/common/core/sudo.nix" - "hosts/common/core/nebula.nix" "hosts/common/core/avahi.nix" "hosts/common/core/dns.nix" "hosts/common/users/primary" diff --git a/hosts/common/optional/vbox.nix b/hosts/common/optional/vbox.nix index e31220a..d643606 100644 --- a/hosts/common/optional/vbox.nix +++ b/hosts/common/optional/vbox.nix @@ -1,6 +1,14 @@ { - virtualisation.virtualbox.host = { - enable = true; - addNetworkInterface = true; + virtualisation.virtualbox = { + host = { + enable = true; + addNetworkInterface = true; + }; + guest = { + enable = true; + vboxsf = true; + dragAndDrop = true; + clipboard = true; + }; }; } diff --git a/hosts/common/users/primary/nixos.nix b/hosts/common/users/primary/nixos.nix index 283f222..8302a24 100644 --- a/hosts/common/users/primary/nixos.nix +++ b/hosts/common/users/primary/nixos.nix @@ -38,6 +38,7 @@ in { "networkmanager" "scanner" # for print/scan" "lp" # for print/scan" + "vboxusers" ]) ]; };