worst wallpaper switcher EVER
22
packages/wallpapers/default.nix
Normal file
|
@ -0,0 +1,22 @@
|
|||
{ lib, stdenvNoCC }:
|
||||
|
||||
stdenvNoCC.mkDerivation {
|
||||
pname = "wallpapers";
|
||||
version = "unstable";
|
||||
|
||||
src = ./.;
|
||||
|
||||
# later, add XML files to /usr(?)/share/backgrounds
|
||||
# then, it is selectable from places like in gnome and also do the same for KDE
|
||||
installPhase = ''
|
||||
mkdir -p "$out/share/backgrounds"
|
||||
cp -r "$src/img/." "$out/share/backgrounds/"
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
description = "Small collection of wallpapers";
|
||||
# idk what to put here:
|
||||
# license = licenses.ofl;
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
BIN
packages/wallpapers/img/fish_whisperer.jpg
Normal file
After Width: | Height: | Size: 649 KiB |
BIN
packages/wallpapers/img/os_catwalks.png
Normal file
After Width: | Height: | Size: 1.6 MiB |
BIN
packages/wallpapers/img/os_factory.png
Normal file
After Width: | Height: | Size: 3.1 MiB |
BIN
packages/wallpapers/img/os_library_stroll.png
Normal file
After Width: | Height: | Size: 2.2 MiB |
BIN
packages/wallpapers/img/os_memory.png
Normal file
After Width: | Height: | Size: 2.1 MiB |
BIN
packages/wallpapers/img/os_outpost.png
Normal file
After Width: | Height: | Size: 2.1 MiB |
BIN
packages/wallpapers/img/os_prophets.png
Normal file
After Width: | Height: | Size: 1.6 MiB |
BIN
packages/wallpapers/img/rw_drainage_system.png
Normal file
After Width: | Height: | Size: 2.4 MiB |
BIN
packages/wallpapers/img/rw_shoreline.jpg
Normal file
After Width: | Height: | Size: 453 KiB |