Skip to content

Gurjaka/Nord-Wallpapers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Nix-Snowflake

Nord Wallpapers

GitHub Repo stars GitHub last commit GitHub repo size

A serene collection of wallpapers inspired by the stunning Nord color palette, crafted to elevate your desktop experience with a minimalist and visually harmonious aesthetic. 🎨🌌

Why You'll Love It ✨

  • 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. ⚙️

Installation 🛠️

Bringing Nord Wallpapers to your setup is quick and easy. Follow these simple steps:

  1. Clone the repository:
git clone https://github.com/Gurjaka/Nord-Wallpapers.git

OR

  1. 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! 📂

Setting It Up 🔧

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

Contribution 🤝

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! 💻

License 📜

This project is licensed under the MIT License. 🖤


About

My choice of Nord-Themed wallpapers!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages