fix(apps): make playerctl conditional to ryu device only
All checks were successful
Flake checker / Build Nix targets (push) Successful in 9m27s
All checks were successful
Flake checker / Build Nix targets (push) Successful in 9m27s
This commit is contained in:
@@ -12,7 +12,8 @@
|
|||||||
autoStart = true;
|
autoStart = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs;
|
||||||
|
lib.optionals (device.is "ryu") [
|
||||||
# pulseaudio
|
# pulseaudio
|
||||||
playerctl
|
playerctl
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user