diff options
| author | Aargh Rai <aargh.rai+git@gmail.com> | 2025-10-18 13:17:03 +0530 |
|---|---|---|
| committer | Aargh Rai <aargh.rai+git@gmail.com> | 2025-10-18 13:17:03 +0530 |
| commit | 66d33061f91df1bbcc608979d430251fda7209b2 (patch) | |
| tree | e24a9459dc27e68aa2cac902b11bcb48c0ebecdf | |
| parent | 9ec569a1b34f17d32894d51614cff84d8952d868 (diff) | |
installation guide
| -rw-r--r-- | README.md | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -11,6 +11,7 @@ <p align="center"> <a href="#wallpapers">Wallpapers</a> • + <a href="#installation">Installation</a> • <a href="#customization">Customization</a> • <a href="#docs">Docs</a> </p> @@ -28,6 +29,14 @@ And more in Wallpapers/ [Credit for F1 wallpapers](https://photos.google.com/share/AF1QipMSCLnAN3FpvqaMdcMQfXJU9tHow9PLA1bm4RaeQhzq6EpmLGDnmq1ht2dNqLwODg?pli=1&key=N0xtODRJMHl3cjNwRlVoa2dEanRxZm14TFpBTGpB) +## Installation +Adjust username and hostname in flake.nix according to your needs<br> +then +``` +chmod +x install.sh +./install.sh +``` + ## Customization You can use this project outside of NixOS as well, just by ignoring the nixos directory.<br> But make sure you download all the dependencies that are used in nixos/desktop-environment.nix<br> |
