Set up bluetooth audio
This commit is contained in:
parent
c26a8a2c9b
commit
be352ef463
6 changed files with 24 additions and 18 deletions
home/features/desktop
4
home/features/desktop/audio.nix
Normal file
4
home/features/desktop/audio.nix
Normal file
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
# Makes bluetooth media controls work
|
||||
services.mpris-proxy.enable = true;
|
||||
}
|
|
@ -22,6 +22,8 @@ let
|
|||
});
|
||||
in
|
||||
{
|
||||
imports = [ ./audio.nix ];
|
||||
|
||||
programs.spicetify = {
|
||||
enable = true;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue