WORLDofPEACE
8a89af81d1
nixos-icons: 2017-03-16 -> 2021-02-24
...
Adds a white variant of the nixos logo
2021-02-24 16:23:20 -05:00
Profpatsch
4a7f99d55d
treewide: with stdenv.lib; in meta -> with lib;
...
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
2021-01-11 10:38:22 +01:00
Samuel Gräfenstein
18b5737723
nixos-artwork: add missing wallpapers
2020-07-04 00:31:18 +02:00
worldofpeace
62587f43dd
nixos-artwork: add file path attributes
...
This makes things so much easier, and we install to
the path that both gnome-backgrounds and
elementary-wallpapers install to.
2020-04-29 13:23:35 -04:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs
2020-04-10 17:54:53 +01:00
Matthew Bauer
d1e58be703
nixos-artwork: make imagemagick a native build input
...
This is only needed on the builder, no need to cross compile it.
2020-03-06 00:45:47 -05:00
volth
08f68313a4
treewide: remove redundant rec
2019-08-28 11:07:32 +00:00
worldofpeace
3f4a353737
treewide: use dontUnpack
2019-07-01 04:23:51 -04:00
Peter Hoeg
68baf6bdd1
nixos-artwork: make wallpapers available to KDE ( #51926 )
2018-12-15 16:39:02 +01:00
Vladimír Čunát
0473466ba5
Merge #45731 : artwork update (replacing old logo)
2018-09-01 10:43:20 +02:00
Samuel Dionne-Riel
bc5b26b4ab
Reviews use of old nixos wallpaper to use one with the new logo.
...
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.
2018-08-29 00:04:58 -04:00
Samuel Dionne-Riel
41e7de42de
Use a themed grub for the installer image
...
This replaces systemd-boot with grub, it is at feature parity, as in it
can do everything systemd-boot did in the previous commit.
2018-08-24 13:04:56 -04:00
volth
dda95bae35
[bot] treewide: remove unused 'args@' in lambdas
2018-07-20 19:54:05 +00:00
Silvan Mosberger
eccca05e2c
nixos-artwork: Fix URL to gnome-dark
2017-07-29 06:36:55 +02:00
Graham Christensen
6b879ef36e
Merge pull request #23964 from benley/nixos-manual-launcher
...
nixos: nix snowflake logo for the nixos manual launcher
2017-07-16 16:28:30 -04:00
volth
13a8fa8801
nixos-artwork: do not leak nix hashes to filenames in /share/artwork/gnome/ ( #26566 )
...
* nixos-artwork: do not leak nix hashes to filenames /share/artwork/gnome/
* simplify
2017-06-14 17:46:13 +02:00
romildo
aa8018103c
nixos-artwork: add more wallpapers
...
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.
2017-06-07 18:00:58 -03:00
Benjamin Staffin
c2b0cb5db6
nixos: nix snowflake logo for the nixos manual launcher
2017-03-16 17:48:09 -04:00
Luca Bruno
248a1b4d51
nixos-artwork: only download the necessary artwork
2015-06-12 11:45:58 +02:00
William A. Kennington III
48381b7621
nixos-artwork: Make into a derivation and use fetchfromgithub
2015-06-08 18:32:32 -07:00