tokyo-night-gtk: change package name

This commit is contained in:
D3vil0p3r 2024-01-28 23:01:54 +01:00 committed by Sandro Jäckel
parent e1de6da95a
commit a61fe84e88
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5
4 changed files with 3 additions and 3 deletions

View file

@ -6,7 +6,7 @@
}: }:
let let
prefix = "tokyo-night-gtk"; prefix = "tokyonight-gtk-theme";
packages = lib.mapAttrs' (type: content: { packages = lib.mapAttrs' (type: content: {
name = type; name = type;

View file

@ -35669,9 +35669,9 @@ with pkgs;
tofi = callPackage ../applications/misc/tofi { }; 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 { }; topydo = callPackage ../applications/misc/topydo { };