📝 : updated more readmes
This commit is contained in:
parent
3fde505c6c
commit
aca5db3179
|
@ -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
|
||||
|
||||
|
||||
|
|
|
@ -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/).
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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).
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue