andromeda-gtk-theme: move to by-name/

This commit is contained in:
pancaek
2025-12-05 18:03:06 -08:00
parent 699aef5fea
commit 3bb5bf3ef8
2 changed files with 4 additions and 6 deletions
@@ -56,12 +56,12 @@ stdenvNoCC.mkDerivation {
runHook postInstall
'';
meta = with lib; {
meta = {
description = "Elegant dark theme for gnome, mate, budgie, cinnamon, xfce";
homepage = "https://github.com/EliverLara/Andromeda-gtk";
license = licenses.gpl3Only;
platforms = platforms.linux;
maintainers = with maintainers; [
license = lib.licenses.gpl3Only;
platforms = lib.platforms.linux;
maintainers = with lib.maintainers; [
jakedevs
romildo
];
-2
View File
@@ -10286,8 +10286,6 @@ with pkgs;
androguard = with python3.pkgs; toPythonApplication androguard;
andromeda-gtk-theme = libsForQt5.callPackage ../data/themes/andromeda-gtk-theme { };
dejavu_fonts = lowPrio (callPackage ../data/fonts/dejavu-fonts { });
# solve collision for nix-env before https://github.com/NixOS/nix/pull/815