summaryrefslogtreecommitdiff
path: root/home/pc/modules/k9s.nix
diff options
context:
space:
mode:
Diffstat (limited to 'home/pc/modules/k9s.nix')
-rw-r--r--home/pc/modules/k9s.nix26
1 files changed, 26 insertions, 0 deletions
diff --git a/home/pc/modules/k9s.nix b/home/pc/modules/k9s.nix
new file mode 100644
index 0000000..1aec22f
--- /dev/null
+++ b/home/pc/modules/k9s.nix
@@ -0,0 +1,26 @@
+{
+ programs.k9s = {
+ enable = true;
+ skins = {
+ transparency = {
+ k9s = {
+ body.bgColor = "default";
+ frame = {
+ crumbs.bgColor = "default";
+ title.bgColor = "default";
+
+ };
+ views = {
+ table = {
+ bgColor = "default";
+ header.bgColor = "default";
+ };
+ logs.bgColor = "default";
+ };
+ };
+ };
+ };
+
+ settings.ui.splashless = true;
+ };
+}