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:
Zhongheng Liu 2024-12-03 22:39:30 +02:00
commit 05e141db88
Signed by: steven
GPG key ID: 805A28B071DAD84B
4 changed files with 54 additions and 36 deletions

View file

@ -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 = {