diff --git a/README.org b/README.org index bca1d14..d5ad78e 100644 --- a/README.org +++ b/README.org @@ -35,7 +35,7 @@ Built for Life, Liberty, and the Open Road. * Introduction -This is my personal configuration(s) for GNU/Linux[fn:1] systems. It enables a consistent experience and computing environment across all of my machines. This project is written with GNU/Emacs[fn:2], leveraging its capabilities for Literate Programming[fn:3], a technique where programs are written in a natural language, such as English, interspersed with snippets of code to describe a software project. +This is my personal configuration for [[https://linux.org][GNU/Linux]] systems. It enables a consistent experience and computing environment across all of my machines. This project is written with [[https://gnu.org/software/emacs/][GNU/Emacs]], leveraging its capabilities for [[https://doi.org/10.1093/comjnl/27.2.97][Literate Programming]], a technique where programs are written in a natural language, such as English, interspersed with snippets of code to describe a software project. #+NAME: file-warning #+BEGIN_SRC text @@ -100,7 +100,7 @@ RUN nix-shell /etc/dotfiles/shell.nix * Operating System -NixOS[fn:5] is a purely functional Linux distribution built on top of the Nix[fn:6] package manager. It uses a declarative configuration language to define entire computer systems, and allows reliable system upgrades and rollbacks. NixOS[fn:5] also has tool dedicated to DevOps and deployment tasks, and makes it trivial to share development environments. +[[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. NixOS also has tool dedicated to DevOps and deployment tasks, and makes it trivial to share development environments. #+BEGIN_SRC nix :noweb yes :tangle flake.nix # <> @@ -129,7 +129,7 @@ NixOS[fn:5] is a purely functional Linux distribution built on top of the Nix[fn ** Nixpkgs -Nixpkgs[fn:7] is a collection of over 60,000 software packages that can be installed with the Nix[fn:6] package manager. Two main branches are offered: +[[https://nixos.org/manual/nixpkgs/stable][Nixpkgs]] is a collection of over 60,000 software packages that can be installed with the Nix package manager. Two main branches are offered: 1) The current stable release 2) The Unstable branch following the latest development diff --git a/docs/20210911092010-linux.org.gpg b/docs/20210911092010-linux.org.gpg index 7cb4a2b..dbcb9e7 100644 Binary files a/docs/20210911092010-linux.org.gpg and b/docs/20210911092010-linux.org.gpg differ diff --git a/docs/20210911092423-emacs.org.gpg b/docs/20210911092423-emacs.org.gpg index 2f99933..6a6c2a7 100644 Binary files a/docs/20210911092423-emacs.org.gpg and b/docs/20210911092423-emacs.org.gpg differ diff --git a/docs/20210911104206-org-mode.org.gpg b/docs/20210911104206-org-mode.org.gpg new file mode 100644 index 0000000..d6d730a Binary files /dev/null and b/docs/20210911104206-org-mode.org.gpg differ diff --git a/docs/20210911133612-nixos.org.gpg b/docs/20210911133612-nixos.org.gpg new file mode 100644 index 0000000..0677dd5 Binary files /dev/null and b/docs/20210911133612-nixos.org.gpg differ diff --git a/docs/20210911133949-nix-package-manager.org.gpg b/docs/20210911133949-nix-package-manager.org.gpg new file mode 100644 index 0000000..3a6b943 Binary files /dev/null and b/docs/20210911133949-nix-package-manager.org.gpg differ diff --git a/docs/20210911134332-nixpkgs.org.gpg b/docs/20210911134332-nixpkgs.org.gpg new file mode 100644 index 0000000..ae97611 Binary files /dev/null and b/docs/20210911134332-nixpkgs.org.gpg differ