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