hexColors

This commit is contained in:
kat witch 2021-08-18 03:31:56 +01:00
parent c9bd5a3766
commit 2dbc1ac464
No known key found for this signature in database
GPG key ID: 1B477797DCA5EC72
5 changed files with 7 additions and 12 deletions

View file

@ -1,8 +1,7 @@
{ config, pkgs, lib, witch, ... }:
let
base16 = lib.mapAttrs' (k: v: lib.nameValuePair k "#${v.hex.rgb}")
config.lib.arc.base16.schemeForAlias.default;
base16 = config.kw.hexColors;
in
{
systemd.user.services = {

View file

@ -1,8 +1,7 @@
{ config, lib, pkgs, ... }:
let
base16 = lib.mapAttrs' (k: v: lib.nameValuePair k "#${v.hex.rgb}")
config.lib.arc.base16.schemeForAlias.default;
base16 = config.kw.hexColors;
in
{
programs.waybar = {