summaryrefslogtreecommitdiff
path: root/hel.nix
diff options
context:
space:
mode:
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 };