Loading pkgs/data/themes/utterly-nord-plasma/default.nix→pkgs/by-name/ut/utterly-nord-plasma/package.nix +9 −13 Original line number Diff line number Diff line Loading @@ -2,29 +2,25 @@ lib, stdenv, fetchFromGitHub, breeze-icons, kdeclarative, kirigami, plasma-framework, plasma-workspace, kdePackages, }: stdenv.mkDerivation rec { stdenv.mkDerivation { pname = "utterly-nord-plasma"; version = "3.2"; src = fetchFromGitHub { owner = "HimDek"; repo = pname; repo = "utterly-nord-plasma"; rev = "e513b4dfeddd587a34bfdd9ba6b1d1eac8ecadf5"; hash = "sha256-moLgBFR+BgoiEBzV3y/LA6JZfLHrG1weL1+h8LN9ztA="; }; propagatedUserEnvPkgs = [ propagatedUserEnvPkgs = with kdePackages; [ breeze-icons kdeclarative kirigami plasma-framework libplasma plasma-workspace ]; Loading Loading @@ -54,11 +50,11 @@ stdenv.mkDerivation rec { runHook postInstall ''; meta = with lib; { meta = { description = "Plasma theme with Nordic Colors, transparency, blur and round edges for UI elements"; homepage = "https://himdek.com/Utterly-Nord-Plasma/"; license = licenses.gpl2Plus; platforms = platforms.all; maintainers = [ maintainers.romildo ]; license = lib.licenses.gpl2Plus; platforms = lib.platforms.all; maintainers = with lib.maintainers; [ romildo ]; }; } pkgs/top-level/all-packages.nix +0 −5 Original line number Diff line number Diff line Loading @@ -11577,11 +11577,6 @@ with pkgs; tex-gyre-math = callPackages ../data/fonts/tex-gyre-math { }; utterly-nord-plasma = kdePackages.callPackage ../data/themes/utterly-nord-plasma { # renamed in KF6 plasma-framework = kdePackages.libplasma; }; whitesur-kde = kdePackages.callPackage ../data/themes/whitesur-kde { }; xkeyboard_config = xkeyboard-config; Loading Loading
pkgs/data/themes/utterly-nord-plasma/default.nix→pkgs/by-name/ut/utterly-nord-plasma/package.nix +9 −13 Original line number Diff line number Diff line Loading @@ -2,29 +2,25 @@ lib, stdenv, fetchFromGitHub, breeze-icons, kdeclarative, kirigami, plasma-framework, plasma-workspace, kdePackages, }: stdenv.mkDerivation rec { stdenv.mkDerivation { pname = "utterly-nord-plasma"; version = "3.2"; src = fetchFromGitHub { owner = "HimDek"; repo = pname; repo = "utterly-nord-plasma"; rev = "e513b4dfeddd587a34bfdd9ba6b1d1eac8ecadf5"; hash = "sha256-moLgBFR+BgoiEBzV3y/LA6JZfLHrG1weL1+h8LN9ztA="; }; propagatedUserEnvPkgs = [ propagatedUserEnvPkgs = with kdePackages; [ breeze-icons kdeclarative kirigami plasma-framework libplasma plasma-workspace ]; Loading Loading @@ -54,11 +50,11 @@ stdenv.mkDerivation rec { runHook postInstall ''; meta = with lib; { meta = { description = "Plasma theme with Nordic Colors, transparency, blur and round edges for UI elements"; homepage = "https://himdek.com/Utterly-Nord-Plasma/"; license = licenses.gpl2Plus; platforms = platforms.all; maintainers = [ maintainers.romildo ]; license = lib.licenses.gpl2Plus; platforms = lib.platforms.all; maintainers = with lib.maintainers; [ romildo ]; }; }
pkgs/top-level/all-packages.nix +0 −5 Original line number Diff line number Diff line Loading @@ -11577,11 +11577,6 @@ with pkgs; tex-gyre-math = callPackages ../data/fonts/tex-gyre-math { }; utterly-nord-plasma = kdePackages.callPackage ../data/themes/utterly-nord-plasma { # renamed in KF6 plasma-framework = kdePackages.libplasma; }; whitesur-kde = kdePackages.callPackage ../data/themes/whitesur-kde { }; xkeyboard_config = xkeyboard-config; Loading