about summary refs log tree commit diff
path: root/machines
diff options
context:
space:
mode:
Diffstat (limited to 'machines')
-rw-r--r--machines/profpatsch/base.nix1
-rw-r--r--machines/profpatsch/katara.nix6
2 files changed, 6 insertions, 1 deletions
diff --git a/machines/profpatsch/base.nix b/machines/profpatsch/base.nix
index c775788a..20ad2dda 100644
--- a/machines/profpatsch/base.nix
+++ b/machines/profpatsch/base.nix
@@ -21,6 +21,7 @@ in
         alias nsp='nix-shell -p'
         alias nrs='nixos-rebuild switch'
         alias tad='tmux attach -d'
+        alias gs='git status'
       '';
     };
 
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