Some small layout-changes and refined a chapter title

This commit is contained in:
2026-02-23 20:02:24 +01:00
parent c8ca5bd3ec
commit 0e21821ace
3 changed files with 465 additions and 259 deletions
+4 -4
View File
@@ -130,14 +130,14 @@ Additional software can be installed by extending the dedicated configuration fi
│   │   │   └── packages.conf
#+end_src
System packages are declared in =packages.conf= using their attribute names from Nixpkgs. The correct package names can be located through the official NixOS package search at:https://search.nixos.org/packages
System packages are declared in =packages.conf= using their attribute names from Nixpkgs. The correct package names can be located through the official NixOS package search at https://search.nixos.org/packages.
Available Flatpak identifiers can be discovered using:
#+begin_src bash :tangle no
flatpak search <application-name>
#+end_src
or by browsing: https://flathub.org/
or by browsing: https://flathub.org/.
The behavior and integration of Flatpak installation within the system are defined in =install_flatpaks.nix=, which reads the corresponding configuration files and ensures declarative installation.
@@ -164,7 +164,7 @@ In short, this repository provides a coherent and extensible base, not a finishe
- the folder henrovnix as you find it here
#+end_src
** First-time setup (manually)
** Setup when Emacs not (yet) available
1. Copy the folder *henrovnix* to your machine
2. First setup an internet connection
@@ -208,7 +208,7 @@ In short, this repository provides a coherent and extensible base, not a finishe
#+end_src
7. Run the build command to set up the system for the first time
#+begin_src bash :tangle no block
sudo nixos-rebuild switch --flake .#=your_hostname=
sudo nixos-rebuild switch --flake .#your_hostname
#+end_src
* Testing and generating builds