switched to spotify wrapper

This commit is contained in:
twoneis 2023-11-26 13:02:46 +01:00
parent a430009d87
commit ec469db6b5

View file

@ -1,7 +1,7 @@
{ pkgs, ... }: { { pkgs, ... }: {
home.packages = with pkgs; [ home.packages = with pkgs; [
vlc vlc
spotify spotifywm
image-roll image-roll
]; ];
} }