mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
hexColors
This commit is contained in:
parent
c9bd5a3766
commit
2dbc1ac464
5 changed files with 7 additions and 12 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue