aboutsummaryrefslogtreecommitdiff
path: root/pkgs/theme/background-lnxpcs.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/theme/background-lnxpcs.nix')
-rw-r--r--pkgs/theme/background-lnxpcs.nix10
1 files changed, 7 insertions, 3 deletions
diff --git a/pkgs/theme/background-lnxpcs.nix b/pkgs/theme/background-lnxpcs.nix
index a3983af..c6e61db 100644
--- a/pkgs/theme/background-lnxpcs.nix
+++ b/pkgs/theme/background-lnxpcs.nix
@@ -1,5 +1,9 @@
-{ lib, stdenvNoCC, fetchFromGitHub, imagemagick }:
-
+{
+ lib,
+ stdenvNoCC,
+ fetchFromGitHub,
+ imagemagick,
+}:
stdenvNoCC.mkDerivation rec {
pname = "background-lnxpcs";
version = "20190411";
@@ -11,7 +15,7 @@ stdenvNoCC.mkDerivation rec {
sha256 = "vtyyG0EHRmgWlxHmHgeckwtOv7t3C+hsuTt/vBdrRQM=";
};
- nativeBuildInputs = [ imagemagick ];
+ nativeBuildInputs = [imagemagick];
wallpapers = "bash cron gcc gnu gnu-linux iptables kernel kill python root su sudo vim";
buildPhase = ''