about summary refs log tree commit diff
path: root/pkgs/profpatsch/default.nix
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2019-04-20 19:30:14 +0200
committerProfpatsch <mail@profpatsch.de>2019-04-20 19:36:04 +0200
commit6480ee5b9e05a763eef929250bf14acaa8631202 (patch)
treefeccb44b13394b83e9dc08b8317836d047880acf /pkgs/profpatsch/default.nix
parentd81c4dcc1ec84033ecdceb348a681759f329ca6c (diff)
pkgs/profpatsch/display-infos: add sfttime and AC charger
Diffstat (limited to 'pkgs/profpatsch/default.nix')
-rw-r--r--pkgs/profpatsch/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/profpatsch/default.nix b/pkgs/profpatsch/default.nix
index 962f6c39..347d1679 100644
--- a/pkgs/profpatsch/default.nix
+++ b/pkgs/profpatsch/default.nix
@@ -60,7 +60,7 @@ in rec {
     json2json json2string;
 
   backlight = callPackage ./backlight { inherit (pkgs.xorg) xbacklight; };
-  display-infos = callPackage ./display-infos {};
+  display-infos = callPackage ./display-infos { inherit sfttime; };
   git-commit-index = callPackage ./git-commit-index { inherit script runCommandLocal; };
   nix-http-serve = callPackage ./nix-http-serve {};
   nman = callPackage ./nman {};