vlc, spotifyd, gnome updates

This commit is contained in:
ringofstorms 2024-04-02 13:31:13 -05:00
parent 0ed9e8ecab
commit 0430319d78
4 changed files with 20 additions and 11 deletions

View file

@ -1,6 +1,8 @@
{ pkgs, ... }:
{
home.packages = [ pkgs.spotifyd ];
# home.packages = [ pkgs.spotifyd ];
# TODO revisit this isn't working for me yet...
services.spotifyd.enable =true;
}

View file

@ -0,0 +1,4 @@
{ pkgs, ... }:
{
home.packages = [ pkgs.vlc ];
}