global/mpris: remove mpd, rename module to mpris
This commit is contained in:
parent
c3ac7fe8e6
commit
6415ddbb5f
1 changed files with 0 additions and 10 deletions
14
users/modules/global/mpris.nix
Normal file
14
users/modules/global/mpris.nix
Normal file
|
@ -0,0 +1,14 @@
|
|||
{ main, config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
config = lib.mkIf main.info.graphical {
|
||||
services = {
|
||||
mpris-proxy.enable = true;
|
||||
playerctld.enable = true;
|
||||
};
|
||||
|
||||
home.packages = with pkgs; [
|
||||
playerctl
|
||||
];
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue