📝 : updated more readmes

This commit is contained in:
Christoph Hollizeck 2024-10-14 14:17:26 +02:00
parent 3fde505c6c
commit aca5db3179
5 changed files with 40 additions and 10 deletions

View file

@ -1,24 +1,22 @@
# Archetypes # Archetypes
### Gaming ## Gaming
This archetype installs Steam and the Prismlauncher, a graphical user interface (KDE) and some other basic functionality. 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. 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. 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). ## Server
### 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
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. 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

View file

@ -1 +1,5 @@
# Desktop Configurations # 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/).

View file

@ -1 +1,19 @@
# Submodule Configurations # 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

View file

@ -1 +1,3 @@
## Overlays provided by this flake ## 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.

View file

@ -1,3 +1,11 @@
## Shells provided by this flake ## 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).