From aca5db3179f8301a60ebddd216548cbf25ed29c4 Mon Sep 17 00:00:00 2001 From: Christoph Hollizeck Date: Mon, 14 Oct 2024 14:17:26 +0200 Subject: [PATCH] :memo: : updated more readmes --- modules/nixos/archetypes/README.md | 18 ++++++++---------- modules/nixos/desktop/README.md | 4 ++++ modules/nixos/submodules/README.md | 18 ++++++++++++++++++ overlays/README.md | 2 ++ shells/README.md | 8 ++++++++ 5 files changed, 40 insertions(+), 10 deletions(-) diff --git a/modules/nixos/archetypes/README.md b/modules/nixos/archetypes/README.md index f2b6d74..95cdca7 100644 --- a/modules/nixos/archetypes/README.md +++ b/modules/nixos/archetypes/README.md @@ -1,24 +1,22 @@ # Archetypes -### Gaming +## Gaming This archetype installs Steam and the Prismlauncher, a graphical user interface (KDE) and some other basic functionality. I want to look into also setting up some factorio configs declarative later. Maybe setup Lutris to allow for some other games aswell. Currently Steam with proton is working amazingly. -I want to change the way that the GUI is setup so I can later choose a display manager I want to use something like hyperland maybe, since i3 was what I always used before. +## Workstation -### Development +Mainly for Office or daily stuff, libre Office, Pdf readers and the likes come to mind. -This is mainly just reading up on direnv and making sure I learn how to use cargo under nix so I can start my journey to learn rust again.Also getting this to work means working more on my [nixvim derivative](https://github.com/Daholli/nixvim). - -### Workstation - -Mainly for Office or daily stuff, libre Office, Pdf readers and the likes come to mind, also thinking about what to exclude from KDE that I dont really need installed to make sure that the installtion size stays somewhat small. - -### Server +## Server I want to try setting up a DIY NAS at home using nix and maybe a rasberry pie but there is no real concrete plan for now. +## Pi / Homeassistant + +> [!WARNING] +> WIP diff --git a/modules/nixos/desktop/README.md b/modules/nixos/desktop/README.md index 3c637bd..e137354 100644 --- a/modules/nixos/desktop/README.md +++ b/modules/nixos/desktop/README.md @@ -1 +1,5 @@ # Desktop Configurations + +Here I have all of my desktop-/windowmanager configuration and their erspective configurable addons. + +For now this is mostly reserved for [Hyprland](https://hyprland.org/). diff --git a/modules/nixos/submodules/README.md b/modules/nixos/submodules/README.md index 25cd203..9880062 100644 --- a/modules/nixos/submodules/README.md +++ b/modules/nixos/submodules/README.md @@ -1 +1,19 @@ # Submodule Configurations + +This is mostly just to make Archetypes configurations look a bit neater and make bitesized collections of programs used in tandem + +## basics + +Every setup will want this. It handles are the things that you need anyways. + +## basics wsl + +Just [basics](#basics) without the boot stuff mostly because wsl is a bit special there. + +## games + +Stuff related to gaming + +## socials + +If was more active on social media I would have stuff to put here, for now this is just ways to talk to other people e.g discord diff --git a/overlays/README.md b/overlays/README.md index 1143f67..c62a33e 100644 --- a/overlays/README.md +++ b/overlays/README.md @@ -1 +1,3 @@ ## Overlays provided by this flake + +Here I put all the overlays e.g compatability fixes for my systems which could also be accessed from outside using this flake, but for now these are not meant for outside use. diff --git a/shells/README.md b/shells/README.md index 98f1482..9afcded 100644 --- a/shells/README.md +++ b/shells/README.md @@ -1,3 +1,11 @@ ## Shells provided by this flake +## rust + +A very non specialized rust flake that provides rust and rust analyzer for use in a simple rust project, more complex flakes should be part of the respective repositories. + +## rust-screeps + +A shell for use in any project built upon [screeps-starter-rust](https://github.com/rustyscreeps/screeps-starter-rust). +