diff --git a/profiles/workspace/gtk.nix b/profiles/workspace/gtk.nix index 7ba843f..4f4c0d2 100644 --- a/profiles/workspace/gtk.nix +++ b/profiles/workspace/gtk.nix @@ -1,4 +1,4 @@ -{ pkgs, config, lib, inputs, ... }: +{ pkgs, config, inputs, ... }: let thm = config.themes.colors; thm' = builtins.mapAttrs (name: value: { hex.rgb = value; }) thm;