Revise installation section for Nix package usage

This commit is contained in:
AngelJumbo
2025-12-12 14:12:11 -05:00
committed by GitHub
parent a97cdc3f29
commit b57a4368cc
+4 -15
View File
@@ -18,20 +18,11 @@ A place where to find gruvbox theme wallpapers.
I tend to accept any contributions, but let's keep the site with images that match or look good with the gruvbox's color scheme :').
## Installation 🛠️
## Nix package
Bringing Gruvbox Wallpapers to your setup is quick and easy. Follow these simple steps:
1. **Use [nix flakes](https://wiki.nixos.org/wiki/Flakes)**:
1. **Clone the repository**:
```bash
git clone https://github.com/AngelJumbo/gruvbox-wallpapers.git
```
### OR
2. **Use [nix flakes](https://wiki.nixos.org/wiki/Flakes)**:
2.1 Add the following to your `flake.nix` file:
2. Add the following to your `flake.nix` file:
```nix
inputs = {
@@ -40,7 +31,7 @@ inputs = {
};
```
Then, in your Home Manager configuration:
3. Then, in your Home Manager configuration:
```nix
{
@@ -57,8 +48,6 @@ Then, in your Home Manager configuration:
}
```
Now, navigate to the wallpapers folder and choose the one that fits your mood! 📂
## Disclaimer
Most of the images shared here are community contributions, and their original sources are often unknown. If you are the rightful owner of any image and would like it removed, please contact me by opening an issue. For any use beyond personal scope, I recommend performing a reverse image search to verify the origin.