From 291fb6b4f49c74d503190047196bace01cb8e0a8 Mon Sep 17 00:00:00 2001
From: Jens Nolte <git@queezle.net>
Date: Wed, 19 May 2021 01:19:11 +0200
Subject: [PATCH] Add 'adobe' user

---
 layers/workstation.nix | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/layers/workstation.nix b/layers/workstation.nix
index 377ec82..bdd8e11 100644
--- a/layers/workstation.nix
+++ b/layers/workstation.nix
@@ -32,5 +32,17 @@
     packages = with pkgs; [ direnv ];
   };
 
+
+  users.users.adobe = {
+    isNormalUser = true;
+    uid = 1202;
+    passwordFile = "/etc/secrets/passwords/jens";
+    extraGroups = [
+    ];
+    packages = [
+      #pkgs.adobe-reader
+    ];
+  };
+
 }
 
-- 
GitLab