mirror of
https://github.com/danth/stylix
synced 2024-11-21 19:53:10 +00:00
k9s: use new name for skin option (#232)
The property k9s.skin has been renamed to k9s.skins.skin.
This commit is contained in:
parent
1a5dee1957
commit
7a7c90015d
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
{ pkgs, config, lib, ... }:
|
||||
{ config, lib, ... }:
|
||||
|
||||
with config.lib.stylix.colors.withHashtag;
|
||||
|
||||
|
@ -7,7 +7,7 @@ with config.lib.stylix.colors.withHashtag;
|
|||
config.lib.stylix.mkEnableTarget "k9s" true;
|
||||
|
||||
config = lib.mkIf config.stylix.targets.k9s.enable {
|
||||
programs.k9s.skin = {
|
||||
programs.k9s.skins.skin = {
|
||||
k9s = {
|
||||
body = {
|
||||
fgColor = base05-hex;
|
||||
|
|
Loading…
Reference in a new issue