mirror of
https://github.com/AngelJumbo/gruvbox-wallpapers.git
synced 2026-08-05 13:42:28 +00:00
Revise installation section for Nix package usage
This commit is contained in:
@@ -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 :').
|
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**:
|
2. Add the following to your `flake.nix` file:
|
||||||
```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:
|
|
||||||
|
|
||||||
```nix
|
```nix
|
||||||
inputs = {
|
inputs = {
|
||||||
@@ -40,7 +31,7 @@ inputs = {
|
|||||||
};
|
};
|
||||||
```
|
```
|
||||||
|
|
||||||
Then, in your Home Manager configuration:
|
3. Then, in your Home Manager configuration:
|
||||||
|
|
||||||
```nix
|
```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
|
## 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.
|
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.
|
||||||
|
|||||||
Reference in New Issue
Block a user