- Stunning Quality: High-resolution wallpapers, designed to look crisp on any screen. 📸
- Nord Aesthetic: A clean and minimalist vibe, perfectly matching the iconic Nord color palette. 🌈
- Universal Compatibility: Works beautifully with a variety of desktop environments. 🖥️
- Effortless Setup: Easily integrates into your configuration with minimal effort. ⚙️
Bringing Nord Wallpapers to your setup is quick and easy. Follow these simple steps:
- Clone the repository:
git clone https://github.com/Gurjaka/Nord-Wallpapers.git
- Use nix flakes:
2.1 Add the following to your flake.nix
file:
inputs = {
nord-wallpapers.url = "github:Gurjaka/Nord-Wallpapers";
...
}
2.2 Then, symlink the wallpapers to your preferred directory using Home Manager:
{
inputs,
pkgs,
...
}: {
home.file = {
"path/to/dir" = {
source = inputs.wallpapers.packages."${pkgs.system}".default;
recursive = true;
};
};
}
Now, navigate to the wallpapers folder and choose the one that fits your mood! 📂
These wallpapers can seamlessly fit into any desktop environment. Just navigate to your downloaded wallpapers and select your favorite.
For Linux users with feh
, set your wallpaper with:
feh --bg-scale /path/to/wallpaper.jpg
Got an idea or a wallpaper to share? Fork this repository, add your contributions, and open a pull request. I'll be happy to review it! 💻
This project is licensed under the MIT License. 🖤