fix exposed gtk themes

This commit is contained in:
Gabriel Fontes
2022-06-17 02:36:44 -03:00
parent 4c56026c66
commit 5d42044c5e
+1 -1
View File
@@ -1,6 +1,6 @@
{ inputs, ... }: final: prev:
let
inherit (inputs.nix-colors.lib { pkgs = final; }) gtkThemeFromScheme;
inherit (inputs.nix-colors.lib-contrib { pkgs = final; }) gtkThemeFromScheme;
inherit (inputs.nix-colors) colorSchemes;
inherit (builtins) mapAttrs;
inherit (final) fetchFromGitHub;