From 8cda0828125b5877c7b479fd2bb2bcbb898aecbb Mon Sep 17 00:00:00 2001 From: Profpatsch Date: Fri, 20 Jul 2018 13:04:13 +0200 Subject: machines/profpatsch: a few misc changes --- machines/profpatsch/katara.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'machines/profpatsch/katara.nix') diff --git a/machines/profpatsch/katara.nix b/machines/profpatsch/katara.nix index 8c5298db..cd606cca 100644 --- a/machines/profpatsch/katara.nix +++ b/machines/profpatsch/katara.nix @@ -199,7 +199,7 @@ in { pythonPackages.alot # the next cool thing! ]; nixPkgs = [ - nix-repl # nix REPL + nix-diff # structurally diff two derivations nix-prefetch-scripts # prefetch store paths from various destinations pkgs.vuizvui.taalo-build # build derivation on taalo ]; @@ -325,6 +325,10 @@ in { symbola # emoji ]; + services.printing = { + enable = true; + drivers = [ pkgs.gutenprint pkgs.gutenprintBin ]; + }; ########### # Programs -- cgit 1.4.1