From d9986b75bc166ee3f44ca405299ab81e7461b7d6 Mon Sep 17 00:00:00 2001 From: Stefan Junker Date: Fri, 8 Jul 2016 15:07:42 -0700 Subject: [PATCH] sj laptop/pkg: use spotify from gitpkgs --- configuration/steveej-laptop/pkg.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration/steveej-laptop/pkg.nix b/configuration/steveej-laptop/pkg.nix index 6e72705..0af582e 100644 --- a/configuration/steveej-laptop/pkg.nix +++ b/configuration/steveej-laptop/pkg.nix @@ -116,7 +116,6 @@ in vlc audacity pavucontrol - spotify gimp inkscape @@ -133,5 +132,6 @@ in gitpkgs.rkt gitpkgs.flannel gitpkgs.remmina + gitpkgs.spotify ]; }