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