Skip to content

Commit

Permalink
refactor: move spotify from home-manager
Browse files Browse the repository at this point in the history
  • Loading branch information
radoslawgrochowski committed Sep 27, 2024
1 parent cf8c5cf commit 1979a34
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions modules/spotify/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
pkg: builtins.elem (lib.getName pkg) [
"spotify"
];

home-manager.users."${username}".home.packages = [
users.users.${username}.packages = [
pkgs.spotify
];
})

0 comments on commit 1979a34

Please sign in to comment.