mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-29 12:17:05 +02:00
fix: k9s skin
This commit is contained in:
@@ -18,6 +18,11 @@
|
|||||||
programs = {
|
programs = {
|
||||||
k9s = {
|
k9s = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
# https://k9scli.io/topics/aliases/
|
||||||
|
# aliases = {};
|
||||||
|
settings = {
|
||||||
|
skin = "catppuccino-mocha";
|
||||||
|
};
|
||||||
skins.catppuccin-mocha = let
|
skins.catppuccin-mocha = let
|
||||||
skin_file = "${nur-ryan4yin.packages.${pkgs.system}.catppuccin-k9s}/dist/mocha.yml"; # theme - catppuccin mocha
|
skin_file = "${nur-ryan4yin.packages.${pkgs.system}.catppuccin-k9s}/dist/mocha.yml"; # theme - catppuccin mocha
|
||||||
skin_attr = builtins.fromJSON (
|
skin_attr = builtins.fromJSON (
|
||||||
|
|||||||
Reference in New Issue
Block a user