mirror of
https://github.com/Misterio77/Foundry.git
synced 2026-09-24 23:30:40 -05:00
fix exposed gtk themes
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user