blob: c341bf491ea1dec708d33069ef2ae1b7e7db0311 [file] [log] [blame]
{ config, pkgs, nixpkgs }: {
home.packages = with pkgs; [
spotify
];
}