Merge pull request #8 from znaniye/patch-1

remove unused binding
This commit is contained in:
Alexander Bantyev 2023-07-21 00:10:46 +04:00 committed by GitHub
commit 5b21e7b541
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;