nix-configs

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

commit b79e9152fe6ff6d9a9d7d0de528e37b45239196e
parent de27e0c442161839630742a067e6e194116d6a70
Author: breadcat <breadcat@users.noreply.github.com>
Date:   Mon,  1 Jun 2026 16:18:03 +0100

Initial spotify-player config

Diffstat:
Ahome/spotify.nix | 7+++++++
Mmachines/arcadia.nix | 1+
Mmachines/atlas.nix | 1+
Mmachines/minerva.nix | 1+
4 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/home/spotify.nix b/home/spotify.nix @@ -0,0 +1,7 @@ +{ config, pkgs, ... }: + +{ + programs.spotify-player = { + enable = true; + }; +} diff --git a/machines/arcadia.nix b/machines/arcadia.nix @@ -31,6 +31,7 @@ let machine = "arcadia"; in { ../home/kodi.nix ../home/rclone.nix ../home/retroarch.nix + ../home/spotify.nix ../home/ssh.nix ../home/yt-dlp.nix ]; diff --git a/machines/atlas.nix b/machines/atlas.nix @@ -53,6 +53,7 @@ let machine = "atlas"; in { ../home/newsboat.nix ../home/rbw.nix ../home/rclone.nix + ../home/spotify.nix ../home/ssh.nix ../home/tofi.nix ../home/yt-dlp.nix diff --git a/machines/minerva.nix b/machines/minerva.nix @@ -46,6 +46,7 @@ let machine = "minerva"; in { ../home/neovim.nix ../home/newsboat.nix ../home/rbw.nix + ../home/spotify.nix ../home/ssh.nix ../home/tofi.nix ../home/yt-dlp.nix