This commit is contained in:
Benson Chu 2025-06-08 18:46:11 -05:00
parent 7bcbbddbac
commit e967b164a4

View file

@ -44,6 +44,7 @@
xautolock xautolock
unstable.mqtt-explorer unstable.mqtt-explorer
musescore musescore
unstable.spotify
pulseaudio pulseaudio
]; ];
}; };
@ -118,6 +119,14 @@
}; };
}; };
xdg.portal = {
enable = true;
extraPortals = with pkgs; [
xdg-desktop-portal-gtk
];
xdgOpenUsePortal = true;
};
virtualisation = { virtualisation = {
virtualbox.host.enable = true; virtualbox.host.enable = true;