Loading maintainers/maintainer-list.nix +9 −0 Original line number Diff line number Diff line Loading @@ -6291,6 +6291,14 @@ github = "higebu"; githubId = 733288; }; hikari = { email = "HikariNee@protonmail.com"; github = "HikariNee"; githubId = 72349937; name = "Hikari"; }; hiljusti = { name = "J.R. Hill"; email = "hiljusti@so.dang.cool"; Loading @@ -6303,6 +6311,7 @@ githubId = 19825977; name = "Hiren Shah"; }; hiro98 = { email = "hiro@protagon.space"; github = "vale981"; Loading pkgs/data/themes/lightly-boehs/default.nix 0 → 100644 +42 −0 Original line number Diff line number Diff line { mkDerivation , lib , kdecoration , fetchFromGitHub , cmake , extra-cmake-modules , plasma-workspace , qtbase , qt5 }: mkDerivation rec { pname = "lightly-boehs"; version = "0.4.1"; src = fetchFromGitHub { owner = "boehs"; repo = "Lightly"; rev = "1a831f7ff19ce93c04489faec74e389a216fdf11"; sha256 = "Icw+xVmuCB59ltyZJKyIeHI/yGfM2SbPrVzTVLqHWd4="; }; buildInputs = [ kdecoration plasma-workspace qtbase qt5.qtx11extras ]; nativeBuildInputs = [ cmake extra-cmake-modules ]; meta = with lib; { description = "A fork of the Lightly breeze theme style that aims to be visually modern and minimalistic"; homepage = "https://github.com/boehs/Lightly"; license = licenses.gpl2Plus; maintainers = [ maintainers.hikari ]; platforms = platforms.all; }; } pkgs/top-level/all-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -28231,6 +28231,8 @@ with pkgs; lightly-qt = libsForQt5.callPackage ../data/themes/lightly-qt { }; lightly-boehs = libsForQt5.callPackage ../data/themes/lightly-boehs { }; linden-hill = callPackage ../data/fonts/linden-hill { }; line-awesome = callPackage ../data/fonts/line-awesome { }; Loading
maintainers/maintainer-list.nix +9 −0 Original line number Diff line number Diff line Loading @@ -6291,6 +6291,14 @@ github = "higebu"; githubId = 733288; }; hikari = { email = "HikariNee@protonmail.com"; github = "HikariNee"; githubId = 72349937; name = "Hikari"; }; hiljusti = { name = "J.R. Hill"; email = "hiljusti@so.dang.cool"; Loading @@ -6303,6 +6311,7 @@ githubId = 19825977; name = "Hiren Shah"; }; hiro98 = { email = "hiro@protagon.space"; github = "vale981"; Loading
pkgs/data/themes/lightly-boehs/default.nix 0 → 100644 +42 −0 Original line number Diff line number Diff line { mkDerivation , lib , kdecoration , fetchFromGitHub , cmake , extra-cmake-modules , plasma-workspace , qtbase , qt5 }: mkDerivation rec { pname = "lightly-boehs"; version = "0.4.1"; src = fetchFromGitHub { owner = "boehs"; repo = "Lightly"; rev = "1a831f7ff19ce93c04489faec74e389a216fdf11"; sha256 = "Icw+xVmuCB59ltyZJKyIeHI/yGfM2SbPrVzTVLqHWd4="; }; buildInputs = [ kdecoration plasma-workspace qtbase qt5.qtx11extras ]; nativeBuildInputs = [ cmake extra-cmake-modules ]; meta = with lib; { description = "A fork of the Lightly breeze theme style that aims to be visually modern and minimalistic"; homepage = "https://github.com/boehs/Lightly"; license = licenses.gpl2Plus; maintainers = [ maintainers.hikari ]; platforms = platforms.all; }; }
pkgs/top-level/all-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -28231,6 +28231,8 @@ with pkgs; lightly-qt = libsForQt5.callPackage ../data/themes/lightly-qt { }; lightly-boehs = libsForQt5.callPackage ../data/themes/lightly-boehs { }; linden-hill = callPackage ../data/fonts/linden-hill { }; line-awesome = callPackage ../data/fonts/line-awesome { };