Commit 9c508593abb1

Vincent Demeester <vincent@sbr.pm>
2020-12-01 09:59:08
Update READMEs
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent ce34064
Changed files (2)
README.md
@@ -1,18 +1,18 @@
 
 # Table of Contents
 
-1.  [Highlights](#org622b271)
-    1.  [Systems](#org932ee52)
-    2.  [Tools](#orgf1cc69d)
-    3.  [User(s)](#org084305a)
-2.  [References](#org96035a7)
-3.  [Licensing](#orge72c507)
+1.  [Highlights](#orge67da4f)
+    1.  [Systems](#orgb628628)
+    2.  [Tools](#orge70c52c)
+    3.  [User(s)](#org913c553)
+2.  [References](#org38a0a47)
+3.  [Licensing](#org8632b90)
 
 `home` is the monorepo containing my personal tools and infrastructure. Everything in here
 should be built using [Nix](https://nixos.org/nix).
 
 
-<a id="org622b271"></a>
+<a id="orge67da4f"></a>
 
 # Highlights
 
@@ -24,7 +24,7 @@ This will be a all-time work-in-progress, so please beware that things might cha
 dramatically or even not working anymore ๐Ÿ˜›.
 
 
-<a id="org932ee52"></a>
+<a id="orgb628628"></a>
 
 ## Systems
 
@@ -33,21 +33,21 @@ position-independent, meaning there is no moving around of `configuration.nix`.
 configurations' entry points see the individual [systems](systems), as well as [default.nix](default.nix).
 
 
-<a id="orgf1cc69d"></a>
+<a id="orge70c52c"></a>
 
 ## Tools
 
 Those are tools I have written for my personal usage.
 
 
-<a id="org084305a"></a>
+<a id="org913c553"></a>
 
 ## User(s)
 
 Users configuration, for [NixOS](https://nixos.org) and using home-manager.
 
 
-<a id="org96035a7"></a>
+<a id="org38a0a47"></a>
 
 # References
 
@@ -60,11 +60,14 @@ Repositories
 -   [https://github.com/berbiche/dotfiles](https://github.com/berbiche/dotfiles)
 -   <https://github.com/hlissner/dotfiles/>
 -   <https://github.com/leotaku/nixos-config>
+-   <https://github.com/rasendubi/dotfiles>
+-   [https://github.com/akirak/nix-desktop](https://github.com/akirak/nix-desktop)
+-   <https://git.tazj.in/about/>
+-   <https://github.com/danieldk/nix-home>
 
 Old
 
 -   <https://gitlab.com/samueldr/nixos-configuration>
--   <https://github.com/rasendubi/dotfiles>
 -   [https://github.com/yurrriq/dotfiles](https://github.com/yurrriq/dotfiles)
 -   <https://github.com/akirak/nixos-config>
 -   <https://github.com/akirak/home.nix>
@@ -73,7 +76,6 @@ Old
 -   <https://github.com/arianvp/nixos-stuff>
 -   <https://github.com/romatthe/ronix>
 -   <https://github.com/rummik/nixos-config>
--   <https://git.tazj.in/about/>
 -   <https://github.com/a-schaefers/nix-config.old>
 -   <https://github.com/auntieNeo/nixrc>
     -   <https://github.com/glines/nixrc>
@@ -83,13 +85,11 @@ Old
 -   <https://github.com/budevg/nix-conf>
 -   <https://github.com/cleverca22/nixos-configs>
 -   <https://github.com/coreyoconnor/nix_configs>
--   <https://github.com/danieldk/nix-home>
 -   <https://github.com/dejanr/dotfiles>
 -   <https://github.com/Ericson2314/nixos-configuration>
 -   <https://gitlab.com/garry-cairns/nixos-config>
 -   <https://github.com/grahamc/nixos-config>
 -   <https://github.com/HugoReeves/nix-home>
--   <https://github.com/jwiegley/nix-config>
 -   <https://github.com/kampfschlaefer/nixconfig>
 -   <https://github.com/lambdael/nixosconf>
 -   <https://github.com/puffnfresh/nix-files>
@@ -105,7 +105,7 @@ Old
 -   <https://github.com/gvolpe/nix-config>
 
 
-<a id="orge72c507"></a>
+<a id="org8632b90"></a>
 
 # Licensing
 
README.org
@@ -39,10 +39,13 @@
 - [[https://github.com/berbiche/dotfiles][https://github.com/berbiche/dotfiles]]
 - https://github.com/hlissner/dotfiles/
 - [[https://github.com/leotaku/nixos-config]]
+- [[https://github.com/rasendubi/dotfiles]]
+- [[https://github.com/akirak/nix-desktop][https://github.com/akirak/nix-desktop]]
+- [[https://git.tazj.in/about/]]
+- [[https://github.com/danieldk/nix-home]]
 
 Old
 - [[https://gitlab.com/samueldr/nixos-configuration]]
-- [[https://github.com/rasendubi/dotfiles]]
 - [[https://github.com/yurrriq/dotfiles][https://github.com/yurrriq/dotfiles]]
 - [[https://github.com/akirak/nixos-config]]
 - [[https://github.com/akirak/home.nix]]
@@ -51,7 +54,6 @@
 - [[https://github.com/arianvp/nixos-stuff]]
 - [[https://github.com/romatthe/ronix]]
 - [[https://github.com/rummik/nixos-config]]
-- [[https://git.tazj.in/about/]]
 - [[https://github.com/a-schaefers/nix-config.old]]
 - [[https://github.com/auntieNeo/nixrc]]
   + [[https://github.com/glines/nixrc]]
@@ -61,13 +63,11 @@
 - [[https://github.com/budevg/nix-conf]]
 - [[https://github.com/cleverca22/nixos-configs]]
 - [[https://github.com/coreyoconnor/nix_configs]]
-- [[https://github.com/danieldk/nix-home]]
 - [[https://github.com/dejanr/dotfiles]]
 - [[https://github.com/Ericson2314/nixos-configuration]]
 - [[https://gitlab.com/garry-cairns/nixos-config]]
 - [[https://github.com/grahamc/nixos-config]]
 - [[https://github.com/HugoReeves/nix-home]]
-- [[https://github.com/jwiegley/nix-config]]
 - [[https://github.com/kampfschlaefer/nixconfig]]
 - [[https://github.com/lambdael/nixosconf]]
 - [[https://github.com/puffnfresh/nix-files]]