nix-configs

Personal NixOS and home-manager configuration files
Log | Files | Refs

commit 9c8e0d8d12219c349d6b4dbb961a1d0b1e13c1fb
parent 3a5bed1404158f4801bd72541ebb6dd83ff7e93d
Author: breadcat <breadcat@users.noreply.github.com>
Date:   Thu,  2 Jul 2026 17:35:00 +0100

Include playerctl in spotify file

Diffstat:
Mhome/spotify.nix | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/home/spotify.nix b/home/spotify.nix @@ -4,4 +4,6 @@ programs.spotify-player = { enable = true; }; + + home.packages = with pkgs; [ playerctl ]; }