From 8faf21be93f7906113be0017b3bb80bcb4c0ea9f Mon Sep 17 00:00:00 2001 From: NullBite Date: Wed, 27 Dec 2023 05:20:53 -0500 Subject: [PATCH] Add README.md for fragments --- fragments/README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 fragments/README.md diff --git a/fragments/README.md b/fragments/README.md new file mode 100644 index 0000000..3031dac --- /dev/null +++ b/fragments/README.md @@ -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)