about summary refs log tree commit diff
path: root/pkgs/data/misc/nixos-artwork
Commit message (Collapse)AuthorAge
* nixos-artwork: fix gnome not adding wallpapers to list of backgroundsBabbaj2022-04-21
|
* nixos-icons: 2017-03-16 -> 2021-02-24WORLDofPEACE2021-02-24
| | | | Adds a white variant of the nixos logo
* treewide: with stdenv.lib; in meta -> with lib;Profpatsch2021-01-11
| | | | | | | | | | | | | | | | | | | Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
* nixos-artwork: add missing wallpapersSamuel Gräfenstein2020-07-04
|
* nixos-artwork: add file path attributesworldofpeace2020-04-29
| | | | | | This makes things so much easier, and we install to the path that both gnome-backgrounds and elementary-wallpapers install to.
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* nixos-artwork: make imagemagick a native build inputMatthew Bauer2020-03-06
| | | | This is only needed on the builder, no need to cross compile it.
* treewide: remove redundant recvolth2019-08-28
|
* treewide: use dontUnpackworldofpeace2019-07-01
|
* nixos-artwork: make wallpapers available to KDE (#51926)Peter Hoeg2018-12-15
|
* Merge #45731: artwork update (replacing old logo)Vladimír Čunát2018-09-01
|\
| * Reviews use of old nixos wallpaper to use one with the new logo.Samuel Dionne-Riel2018-08-29
| | | | | | | | | | | | | | | | The wallpaper used is *structurally compatible* with the other one, meaning that the logo is at the same location, and not bigger. It has one drawback: the logo is brighter, which clashes with the grub usage. This is to be fixed with new options in grub.
* | Use a themed grub for the installer imageSamuel Dionne-Riel2018-08-24
|/ | | | | This replaces systemd-boot with grub, it is at feature parity, as in it can do everything systemd-boot did in the previous commit.
* [bot] treewide: remove unused 'args@' in lambdasvolth2018-07-20
|
* nixos-artwork: Fix URL to gnome-darkSilvan Mosberger2017-07-29
|
* Merge pull request #23964 from benley/nixos-manual-launcherGraham Christensen2017-07-16
|\ | | | | nixos: nix snowflake logo for the nixos manual launcher
| * nixos: nix snowflake logo for the nixos manual launcherBenjamin Staffin2017-03-16
| |
* | nixos-artwork: do not leak nix hashes to filenames in /share/artwork/gnome/ ↵volth2017-06-14
| | | | | | | | | | | | | | | | (#26566) * nixos-artwork: do not leak nix hashes to filenames /share/artwork/gnome/ * simplify
* | nixos-artwork: add more wallpapersromildo2017-06-07
|/ | | | | | | | | Restructure the nixos-artwork to make it easy to selectively incorporate other components from upstream without needing to download the full package. Until now only the Gnome_Dark wallpaper was included. Add other wallpapers available in the package repository.
* nixos-artwork: only download the necessary artworkLuca Bruno2015-06-12
|
* nixos-artwork: Make into a derivation and use fetchfromgithubWilliam A. Kennington III2015-06-08