1
Fork 0

Set up bluetooth audio

This commit is contained in:
prescientmoon 2024-02-29 12:44:52 +01:00
parent c26a8a2c9b
commit be352ef463
Signed by: prescientmoon
SSH key fingerprint: SHA256:UUF9JT2s8Xfyv76b8ZuVL7XrmimH4o49p4b+iexbVH4
6 changed files with 24 additions and 18 deletions
home/features/desktop

View file

@ -0,0 +1,4 @@
{
# Makes bluetooth media controls work
services.mpris-proxy.enable = true;
}

View file

@ -22,6 +22,8 @@ let
});
in
{
imports = [ ./audio.nix ];
programs.spicetify = {
enable = true;