niri: integrate with playerctl for media controls
This commit is contained in:
parent
cd494f110d
commit
27d6039586
2 changed files with 9 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{ ... }:
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
services.mako = {
|
||||
enable = true;
|
||||
|
|
@ -12,4 +12,7 @@
|
|||
settings = builtins.readFile ./yambar.yml;
|
||||
};
|
||||
programs.niri.config = builtins.readFile ./config.kdl;
|
||||
home.packages = with pkgs; [
|
||||
playerctl
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue