k9s: use new name for skin option (#232)

The property k9s.skin has been renamed to k9s.skins.skin.
This commit is contained in:
Damien Cassou 2024-01-28 18:31:25 +00:00 committed by GitHub
parent 1a5dee1957
commit 7a7c90015d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;