From 3158dd7e5345dc42954c85cb495ad6d4994c684e Mon Sep 17 00:00:00 2001 From: Christopher James Hayward Date: Tue, 17 May 2022 13:08:53 -0400 Subject: [PATCH] Upscale os logo --- README.org | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.org b/README.org index 1054c0e..d9651a8 100644 --- a/README.org +++ b/README.org @@ -103,9 +103,9 @@ RUN nix-shell /etc/dotfiles/shell.nix * Operating System -#+ATTR_ORG: :width 200px -#+ATTR_HTML: :width 200px -#+ATTR_LATEX: :width 200px +#+ATTR_ORG: :width 400px +#+ATTR_HTML: :width 400px +#+ATTR_LATEX: :width 400px [[./docs/images/nixos.png]] [[https://nixos.org][NixOS]] is a purely functional Linux distribution built on top of the [[https://nixos.org/manual/nix/stable/Nix][Nix Package Manager]]. It uses a declarative configuration language to define entire computer systems, and allows reliable system upgrades and rollbacks. [[https://nixos.org][NixOS]] also has tool dedicated to DevOps and deployment tasks, and makes it trivial to share development environments.