This commit is contained in:
Noa Aarts 2024-03-27 13:53:12 +01:00
parent 340fde6e8d
commit ccce41dcde
4 changed files with 17 additions and 2 deletions

View file

@ -21,6 +21,7 @@
grim
hypridle # TODO: remove when fixed with config
playerctl
];
services.playerctld.enable = true;

View file

@ -1,6 +1,7 @@
{ config, pkgs, inputs, ... }:
{
services.spotifyd.enable = true;
home.packages = with pkgs; [
(symlinkJoin {
name = "spotify";