From e28d0dc17ed81824a4f41529e2c19dea43b3d41b Mon Sep 17 00:00:00 2001 From: ChUrl Date: Tue, 9 Aug 2022 22:17:59 +0200 Subject: [PATCH] update readme --- README.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 230ed293..01b00ef3 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,14 @@ -# NixFlake/nixos +# NixOS Configuration + +To install remove everything from ``/etc/nixos`` and symlink the ``flake.nix`` to ``/etc/nixos/flake.nix``. +Because I am dumb many obvious things are explained here and in comments inside the configuration. +This is very WIP and some parts are pretty dumb as I am still learning the NixOS ecosystem. + +I heavily borrowed from: +- (hlissner)[https://github.com/hlissner/dotfiles] +- (misterio77)[https://github.com/Misterio77/nix-config] + +# ./nixos This folder contains all the system configurations. @@ -8,7 +18,7 @@ This folder contains all the system configurations. When creating a NixOS configuration inside the ``NixFlake/flake.nix`` the common configuration is imported. Because the hostname is propagated to the common configuration, it can import the host-specific config by itself. -# NixFlake/home +# ./home This folder contains all the home-manager configurations.