diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2025-01-26 12:28:28 +0530 | 
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2025-01-26 12:39:24 +0530 | 
| commit | d4e82874790430630afc85e8fd749f3780edc86a (patch) | |
| tree | fffbccb542b5433ca69d7533c81362c90c3a01ec /config/spotify-player/default.nix | |
| parent | 0e43824dfe3bdef2ad6871b9cd773834acdd1022 (diff) | |
update
Diffstat (limited to 'config/spotify-player/default.nix')
| -rw-r--r-- | config/spotify-player/default.nix | 11 | 
1 files changed, 11 insertions, 0 deletions
| 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; +} | 
