remove unused binding

This commit is contained in:
znaniye 2023-07-20 17:08:31 +00:00 committed by GitHub
parent 565f1e9762
commit 1c71d13756
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;