Skip to content

Commit

Permalink
Fix mpdscrobble
Browse files Browse the repository at this point in the history
  • Loading branch information
dbeley committed Oct 15, 2023
1 parent 8e4ad93 commit 4a1d6b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions hosts/apps/mpdscrobble/mpdscrobble.nix
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
config,
pkgs,
...
}: let
Expand All @@ -8,7 +7,7 @@ in {
home.packages = with pkgs; [mpdscrobble];
systemd.user.services."mpdscrobble" = {
Unit = {
Description = "Take a screenshot with grim";
Description = "A simple last.fm scrobbler for MPD";
After = "mpd.service";
};
Service = {
Expand Down
2 changes: 1 addition & 1 deletion hosts/t470s/home.nix
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
../apps/obs/obs.nix
../apps/zathura/zathura.nix
../apps/autoscreen/autoscreen.nix
# ../apps/mpdscrobble/mpdscrobble.nix
../apps/mpdscrobble/mpdscrobble.nix
../apps/steam/steam.nix
../apps/pycharm/pycharm.nix
];
Expand Down

0 comments on commit 4a1d6b9

Please sign in to comment.