Skip to content

Commit

Permalink
feat: spotify module
Browse files Browse the repository at this point in the history
  • Loading branch information
redyf committed Jul 12, 2024
1 parent 5ac2587 commit b2e4518
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions home/redyf/apps/spotify/default.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{pkgs, ...}: {
home.packages = with pkgs; [
spotify
];
}

0 comments on commit b2e4518

Please sign in to comment.