about summary refs log tree commit diff
path: root/machines/profpatsch/katara.nix
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2018-07-20 13:04:13 +0200
committerProfpatsch <mail@profpatsch.de>2018-07-20 13:04:13 +0200
commit8cda0828125b5877c7b479fd2bb2bcbb898aecbb (patch)
tree5b2d1f3d0a8602e36fd971136f7dddc167ff0419 /machines/profpatsch/katara.nix
parent27af1fc10f69909e73df9f3d57d7ea7c5cb9bd7f (diff)
machines/profpatsch: a few misc changes
Diffstat (limited to 'machines/profpatsch/katara.nix')
-rw-r--r--machines/profpatsch/katara.nix6
1 files changed, 5 insertions, 1 deletions
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