tokyo-night-gtk: change package name

This commit is contained in:
D3vil0p3r
2024-02-17 21:25:29 +01:00
committed by Sandro Jäckel
parent e1de6da95a
commit a61fe84e88
4 changed files with 3 additions and 3 deletions
@@ -6,7 +6,7 @@
}:
let
prefix = "tokyo-night-gtk";
prefix = "tokyonight-gtk-theme";
packages = lib.mapAttrs' (type: content: {
name = type;
+2 -2
View File
@@ -35669,9 +35669,9 @@ with pkgs;
tofi = callPackage ../applications/misc/tofi { };
tokyo-night-gtk = tokyo-night-gtk-variants.full;
tokyonight-gtk-theme = tokyonight-gtk-theme-variants.full;
tokyo-night-gtk-variants = recurseIntoAttrs (callPackage ../data/themes/tokyo-night-gtk { });
tokyonight-gtk-theme-variants = recurseIntoAttrs (callPackage ../data/themes/tokyonight-gtk-theme { });
topydo = callPackage ../applications/misc/topydo { };