Update README and update version number

This commit is contained in:
Tyler Kelley 2024-05-21 15:43:50 -05:00
parent 87937a32a5
commit 9ad6699909
2 changed files with 22 additions and 6 deletions

View File

@ -13,11 +13,6 @@ ZaneyOS is a simple way of reproducing my configuration on any NixOS system. Thi
> **This project has a [Wiki](https://zaney.org/zaneyos-2.0/). Find out how to use ZaneyOS here!**
> **I have put a lot of effort into the [documentation](https://zaney.org/zaneyos-2.0/) so it should be accurate. However, please if you notice that something is wrong with it create an issue or reach out to me on Discord.**
### Announcing ZaneyOS 2.0!
With this new update of ZaneyOS it is a big rewrite of how things are being done. This update fixes many issues that you guys were facing. As well as makes things a little easier to understand. You now have a lot being stored inside the specific host directory, making use of modules, condensing seperate files down, etc.
My hope is that with this update your ability to grasp the flake and expand it to what you need is much improved. I want to thank everyone for being so supportive!
#### 🍖 Requirements
- You must be running on NixOS.
- The zaneyos folder (this repo) is expected to be in your home directory.
@ -55,6 +50,27 @@ Please do yourself a favor and [read the wiki](https://zaney.org/zaneyos-2.0/).
- Please feel free to raise an issue on the repo, please label a feature request with the title beginning with [feature request], thank you!
- Contact me on [Discord](https://discord.gg/2cRdBs8) as well, for a potentially faster response.
### Changelog
**ZaneyOS 2.0**
With this new update of ZaneyOS it is a big rewrite of how things are being done. This update fixes many issues that you guys were facing. As well as makes things a little easier to understand. You now have a lot being stored inside the specific host directory, making use of modules, condensing seperate files down, etc.
My hope is that with this update your ability to grasp the flake and expand it to what you need is much improved. I want to thank everyone for being so supportive!
- Most configuration put into specific hosts directories for the best portability.
- Using modules to condense configuration complexity.
- Simplified options and the complexity around understanding their implementation.
- Rewrote the documentation for improved readability.
**ZaneyOS 2.1**
Simple bug fixes.
- Fixed Waybar icons to make them look a bit better.
- Centered the Wofi window always.
- Should have fixed some Steam issues, but I have had some crashes due to Steam so be aware of that.
- The flake got an update.
### ⬇️ Install
#### 📜 Script:

View File

@ -184,7 +184,7 @@
];
environment.variables = {
ZANEYOS_VERSION = "2.0";
ZANEYOS_VERSION = "2.1";
ZANEYOS = "true";
};