Less VirtualBox
This commit is contained in:
parent
cb21bf4cd9
commit
6e979e317e
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue