feat: focus_on_activate, remove virtualbox
This commit is contained in:
parent
f6c81c07f5
commit
23ae487c02
2 changed files with 15 additions and 9 deletions
|
|
@ -227,15 +227,16 @@
|
|||
setSocketVariable = true;
|
||||
};
|
||||
};
|
||||
virtualbox = {
|
||||
host.enable = true;
|
||||
guest = {
|
||||
enable = true;
|
||||
clipboard = true;
|
||||
dragAndDrop = true;
|
||||
seamless = true;
|
||||
};
|
||||
};
|
||||
# Uncommented since it causes delay in rebuilding the config
|
||||
# virtualbox = {
|
||||
# host.enable = true;
|
||||
# guest = {
|
||||
# enable = true;
|
||||
# clipboard = true;
|
||||
# dragAndDrop = true;
|
||||
# seamless = true;
|
||||
# };
|
||||
# };
|
||||
};
|
||||
|
||||
# Some programs need SUID wrappers, can be configured further or are
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue