From 74cdb520d422aa4b4bce16f49ed30adf54ad4b77 Mon Sep 17 00:00:00 2001 From: Denis Lehmann Date: Sun, 3 May 2020 04:04:25 +0000 Subject: [PATCH] initial commit --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..021debe --- /dev/null +++ b/README.md @@ -0,0 +1,15 @@ +# Links + +This is a collection of nice open source software. + +## Package Managers + +Nix + ~ Purely functional package manager + ~ [Link](https://nixos.org/nix/) + +# Operating Systems + +NixOS + ~ Declarative operating system, based on the **Nix** package manager + ~ [Link](https://nixos.org/)