diff --git a/layers/workstation.nix b/layers/workstation.nix index 377ec82710bde91f17694816e60d68c35e57b271..bdd8e1164ed5a0c22977f4e20f9559178516bcfc 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 + ]; + }; + }