about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--machines/devhell/gunnr.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/machines/devhell/gunnr.nix b/machines/devhell/gunnr.nix
index 5ab74b95..07d214c9 100644
--- a/machines/devhell/gunnr.nix
+++ b/machines/devhell/gunnr.nix
@@ -87,6 +87,13 @@
 
   vuizvui.user.devhell.profiles.services.enable = true;
 
+  services = {
+    printing = {
+      enable = true;
+      drivers = [ pkgs.foo2zjs pkgs.hplip ];
+    };
+  };
+
   services.zfs.autoScrub.enable = true;
 
   services.xserver = {