Types and flakes

This commit is contained in:
2025-07-16 21:33:27 +02:00
parent 2b89e01d9a
commit 8a59799d04
6 changed files with 45 additions and 7 deletions

View File

@ -125,5 +125,5 @@ After fixing a good setup, please setup a remote for git, so that you are able t
# Further reading
With this you have an installed system, with a user, but not much more.
How to configure the system, to add users, software, drivers and such, will be covered in [Configuration](../configuration/index.md).
But, you might need to understand some aspects of the nix language in order to fully understand how to do configuration, so that will be covered in [Nix basics](../nixbasics/index.md).
How to configure the system, software, drivers and such, will be covered in [Configuration](../configuration/index.md).
But, you might need to understand some aspects of the nix language, and how the rebuilding with flakes works, in order to fully understand how to do configuration, so that will be covered in [Nix basics](../nixbasics/index.md).