Add README.md for fragments

This commit is contained in:
NullBite 2023-12-27 05:20:53 -05:00
parent cffb932a1e
commit 8faf21be93
Signed by: nullbite
GPG Key ID: 6C4D545385D4925A

19
fragments/README.md Normal file
View File

@ -0,0 +1,19 @@
# Fragments
These are Nix modules which aim to configure only one aspect of the system.
This can include installing and configuring single programs such as Steam,
MangoHud, Syncthing, or OpenSSH, as well as setting generic options for certain
hardware setups, such as NVIDIA PRIME Offloading.
## TODO
These are some fragments that I want to create:
- hardware/nvidia
- hardware/nvidia-supergfxd
- hardware/printing
- CUPS
- QZTray (maybe?)
- software/steam
- software/syncthing
- software/libreoffice
- software/ssh
- software/gnupg
- software/pam-gnupg (dep. software/gnupg)