fix(apps): make playerctl conditional to ryu device only
This commit is contained in:
@@ -12,8 +12,9 @@
|
||||
autoStart = true;
|
||||
};
|
||||
};
|
||||
home.packages = with pkgs; [
|
||||
# pulseaudio
|
||||
playerctl
|
||||
];
|
||||
home.packages = with pkgs;
|
||||
lib.optionals (device.is "ryu") [
|
||||
# pulseaudio
|
||||
playerctl
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user