feat: various nixos fixes and improvements
bluetooth: trying to disable handsfree mode (wip) fonts: conform to new font pkg naming
This commit is contained in:
parent
da68374b71
commit
05e141db88
4 changed files with 54 additions and 36 deletions
|
@ -4,7 +4,10 @@
|
|||
config,
|
||||
...
|
||||
}: {
|
||||
virtualisation.libvirtd.enable = true;
|
||||
virtualisation = {
|
||||
libvirtd.enable = true;
|
||||
waydroid.enable = true;
|
||||
};
|
||||
programs.virt-manager.enable = true;
|
||||
#virtualisation.vmware.host.enable = true;
|
||||
#virtualisation.virtualbox.host = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue