Spotify
This commit is contained in:
parent
7bcbbddbac
commit
e967b164a4
1 changed files with 9 additions and 0 deletions
|
|
@ -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;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue