sway: wallpaper: Specify license
This commit is contained in:
parent
dbb56d4008
commit
337ef729e1
|
@ -102,6 +102,7 @@
|
||||||
pkg: builtins.elem (lib.getName pkg) [
|
pkg: builtins.elem (lib.getName pkg) [
|
||||||
"corefonts"
|
"corefonts"
|
||||||
"vista-fonts"
|
"vista-fonts"
|
||||||
|
"wallpaper-unfree" # defined in users/simon/modules/sway.nix
|
||||||
"p7zip" # exception: rar source code is not free, but available; p7zip with `enableUnfree` includes it
|
"p7zip" # exception: rar source code is not free, but available; p7zip with `enableUnfree` includes it
|
||||||
]
|
]
|
||||||
);
|
);
|
||||||
|
|
|
@ -4,7 +4,7 @@ let
|
||||||
solarized = common.colorschemes.solarized;
|
solarized = common.colorschemes.solarized;
|
||||||
|
|
||||||
wallpaper = pkgs.stdenvNoCC.mkDerivation {
|
wallpaper = pkgs.stdenvNoCC.mkDerivation {
|
||||||
name = "wallpaper";
|
name = "wallpaper-unfree";
|
||||||
|
|
||||||
src = pkgs.fetchurl {
|
src = pkgs.fetchurl {
|
||||||
url = "https://i.pximg.net/img-original/img/2013/10/22/04/25/37/39266182_p0.jpg";
|
url = "https://i.pximg.net/img-original/img/2013/10/22/04/25/37/39266182_p0.jpg";
|
||||||
|
@ -28,6 +28,9 @@ let
|
||||||
dontUnpack = true;
|
dontUnpack = true;
|
||||||
dontConfigure = true;
|
dontConfigure = true;
|
||||||
dontFixup = true;
|
dontFixup = true;
|
||||||
|
|
||||||
|
# Source: “境目” by 3211 on Pixiv: https://www.pixiv.net/en/artworks/39266182
|
||||||
|
meta.license = lib.licenses.unfree;
|
||||||
};
|
};
|
||||||
|
|
||||||
cfg = config.wayland.windowManager.sway.config;
|
cfg = config.wayland.windowManager.sway.config;
|
||||||
|
|
Loading…
Reference in a new issue