build clementine without spotify from unstable

This commit is contained in:
Trolli Schmittlauch 2018-09-26 14:23:42 +02:00
parent e1546db239
commit 566cc6cc9e
2 changed files with 14 additions and 1 deletions

5
config.nix Normal file
View file

@ -0,0 +1,5 @@
{
config.clementine.spotify = false;
}

View file

@ -3,6 +3,7 @@
with pkgs;
let
unstable = import <nixos-unstable> {};
mybrowser = firefox;
desktopApps = [
@ -36,7 +37,7 @@ let
mpv
vlc
amarok-kf5
#clementine
unstable.clementine
youtube-dl
sonic-pi
];
@ -60,6 +61,10 @@ let
pandoc
];
nixHelpers = [
nox
];
kdeTools = with kdeApplications; [
okular
redshift-plasma-applet
@ -78,6 +83,8 @@ let
ark
kwalletmanager
#ktouch
konversation
okteta
]
++ (with kdeFrameworks; [
networkmanager-qt
@ -149,6 +156,7 @@ in
++ devTools
++ kdeTools
++ fonts
++ nixHelpers
);
programs.home-manager.enable = true;