From d4e82874790430630afc85e8fd749f3780edc86a Mon Sep 17 00:00:00 2001 From: Raghuram Subramani Date: Sun, 26 Jan 2025 12:28:28 +0530 Subject: update --- config/spotify-player/default.nix | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 config/spotify-player/default.nix (limited to 'config/spotify-player/default.nix') diff --git a/config/spotify-player/default.nix b/config/spotify-player/default.nix new file mode 100644 index 0000000..180baad --- /dev/null +++ b/config/spotify-player/default.nix @@ -0,0 +1,11 @@ +{ pkgs, config, ... }: + +{ + home.packages = with pkgs; [ + kdePackages.yakuake + spotify-player + ]; + + home.file.".config/spotify-player/theme.toml".source = ./theme.toml; + home.file.".config/spotify-player/app.toml".source = ./app.toml; +} -- cgit v1.2.3