summaryrefslogtreecommitdiff
path: root/hel.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2018-08-22 22:06:08 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2018-08-22 22:06:08 +0200
commit2b13cdc1afdae2dcb578e6e68ad73c7e1754893a (patch)
tree5a1dfe50735f9c3b7e50aa225424f4eb25507ad4 /hel.nix
parent9101c13ec86752891c82eb870985abc08ea71789 (diff)
downloadnixos-2b13cdc1afdae2dcb578e6e68ad73c7e1754893a.tar
nixos-2b13cdc1afdae2dcb578e6e68ad73c7e1754893a.tar.gz
nixos-2b13cdc1afdae2dcb578e6e68ad73c7e1754893a.tar.bz2
nixos-2b13cdc1afdae2dcb578e6e68ad73c7e1754893a.tar.xz
nixos-2b13cdc1afdae2dcb578e6e68ad73c7e1754893a.zip
fprintd on hel
Diffstat (limited to 'hel.nix')
-rw-r--r--hel.nix11
1 files changed, 11 insertions, 0 deletions
diff --git a/hel.nix b/hel.nix
index 0fe2776f..dc2bbc28 100644
--- a/hel.nix
+++ b/hel.nix
@@ -105,6 +105,15 @@
105 --prefix PATH : ${pkgs.ghostscript}/bin 105 --prefix PATH : ${pkgs.ghostscript}/bin
106 ''; 106 '';
107 }); 107 });
108
109 fprintd = pkgs.stdenv.lib.overrideDerivation pkgs.fprintd (oldAttrs: {
110 src = pkgs.fetchFromGitHub {
111 owner = "3v1n0";
112 repo = "libfprint";
113 rev = "d35da0ce99c11bf43d06c2400f9fec6580814919";
114 sha256 = "1z9f3cwyhi10q2xqy33z516s259c56njzq1fbl5zn1yngfzlshk6";
115 };
116 });
108 }; 117 };
109 118
110 nixpkgs.config.allowUnfree = true; 119 nixpkgs.config.allowUnfree = true;
@@ -126,6 +135,8 @@
126 ''; 135 '';
127 }; 136 };
128 137
138 fprintd.enable = true;
139
129 vnstat = { 140 vnstat = {
130 enable = true; 141 enable = true;
131 }; 142 };