Skip to content

Commit

Permalink
minor readme cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
NotAShelf committed Dec 7, 2024
1 parent 3469998 commit 1979c43
Showing 1 changed file with 11 additions and 12 deletions.
23 changes: 11 additions & 12 deletions .github/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ inputs = {

This will allow you to reference any collection as a package as exposed by the
flake, for example, `inputs.wallpkgs.packages.${pkgs.system}.catppuccin` in any
given Nix file as long as `inputs` is in the argset. A more complete example
would be:
given Nix file as long as `inputs` is in the argument set. A more complete
example would be:

```nix
# configuration.nix
Expand All @@ -74,12 +74,11 @@ is your choice, and this is left as an exercise to the reader.

## Using the wallpapers

> The `wallpkgs` package moves included wallpapers to `$out/share/wallpapers` by
> default. You may reference those files at
> `$NIX_USER_PROFILE_DIR/share/wallpapers/${style}` if they are installed via
> `nix profile install` (multi-user Nix), or reference the package path if
> installed via flake inputs with `${pkgs.wallpkgs}` inside NixOS
> configurations.
The `wallpkgs` package moves included wallpapers to `$out/share/wallpapers` by
default. You may reference those files at
`$NIX_USER_PROFILE_DIR/share/wallpapers/${style}` if they are installed via
`nix profile install` (multi-user Nix), or reference the package path if
installed via flake inputs with `${pkgs.wallpkgs}` inside NixOS configurations.

## Contributing

Expand All @@ -100,10 +99,10 @@ given the nature of how I (and many others in the Linux/FOSS community) find
wallpapers, the authors may sometimes be ambiguous.

If you find any work here that belongs to you, which you are willing to share
with the community with credits given, please [contact me](../../issues) and I
will respond as soon as possible. If you find any work here that belongs to you
that you are _not_ willing to share, then contact me via the same method to
request removal. Just please keep in mind that aggressive comments will be
with the community with credits given, please [let me know](Wallpapers Archive)
and I will respond as soon as possible. If you find any work here that belongs
to you that you are _not_ willing to share, then contact me via the same method
to request removal. Just please keep in mind that aggressive comments will be
returned in kind.

As such, contributors are kindly requested to **specify source for wallpapers
Expand Down

0 comments on commit 1979c43

Please sign in to comment.