nix/users/gandalf/modules/spotify-player/spotify-player.nix

9 lines
141 B
Nix

{ pkgs, ... }: {
home.packages = with pkgs; [
spotify-player
];
xdg.configFile."spotify-player/app.toml".source = ./app.toml;
}