Less VirtualBox
This commit is contained in:
parent
cb21bf4cd9
commit
6e979e317e
1 changed files with 0 additions and 9 deletions
|
@ -175,15 +175,6 @@
|
||||||
translate-shell.enable = true; # TODO Cool config?
|
translate-shell.enable = true; # TODO Cool config?
|
||||||
};
|
};
|
||||||
home = {
|
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";
|
stateVersion = "24.11";
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
# Terminal utils
|
# Terminal utils
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue