Less VirtualBox

This commit is contained in:
Geoffrey Frogeye 2025-02-26 01:47:08 +01:00
parent cb21bf4cd9
commit 6e979e317e
Signed by: geoffrey
GPG key ID: C72403E7F82E6AD8

View file

@ -175,15 +175,6 @@
translate-shell.enable = true; # TODO Cool config?
};
home = {
activation = {
# Prevent Virtualbox from creating a "VirtualBox VMs" folder in $HOME
setVirtualboxSettings = lib.hm.dag.entryAfter [ "writeBoundary" ] ''
if command -v VBoxManage > /dev/null
then
VBoxManage setproperty machinefolder ${config.xdg.dataHome}/virtualbox
fi
'';
};
stateVersion = "24.11";
packages = with pkgs; [
# Terminal utils