New parts

This commit is contained in:
2025-07-16 21:42:16 +02:00
parent 8a59799d04
commit b0614a39ee
6 changed files with 10 additions and 2 deletions

View File

@ -10,7 +10,11 @@
- [Drivers](./configuration/drivers.md) - [Drivers](./configuration/drivers.md)
- [GUI](./configuration/GUI.md) - [GUI](./configuration/GUI.md)
- [Home-manager](./configuration/hm.md) - [Home-manager](./configuration/hm.md)
- [How to find new software](./configuration/new.md) - [How to find new software and configure](./configuration/new.md)
- [Building your own software](./build/index.md)
- [Dev shells](./build/devshell.md)
- [Packages](./build/packages.md)
- [Templates](./build/templates.md)
--- ---

1
src/build/devshell.md Normal file
View File

@ -0,0 +1 @@
# Dev shells

1
src/build/index.md Normal file
View File

@ -0,0 +1 @@
# Building your own software

1
src/build/packages.md Normal file
View File

@ -0,0 +1 @@
# Packages

1
src/build/templates.md Normal file
View File

@ -0,0 +1 @@
# Templates

View File

@ -1 +1 @@
# How to find new software # How to find new software and configure