remove unused binding
This commit is contained in:
parent
565f1e9762
commit
1c71d13756
@ -1,4 +1,4 @@
|
|||||||
{ pkgs, config, lib, inputs, ... }:
|
{ pkgs, config, inputs, ... }:
|
||||||
let
|
let
|
||||||
thm = config.themes.colors;
|
thm = config.themes.colors;
|
||||||
thm' = builtins.mapAttrs (name: value: { hex.rgb = value; }) thm;
|
thm' = builtins.mapAttrs (name: value: { hex.rgb = value; }) thm;
|
||||||
|
Loading…
Reference in New Issue
Block a user