home: add zellij

This commit is contained in:
Guanran Wang 2024-01-04 04:21:00 +08:00
parent ae014b410c
commit 40fe7d2035
Signed by: nyancat
SSH key fingerprint: SHA256:8oWGKciPALWut/6WA27oFKofX+6Wtc0gQnsefXLQx/8
2 changed files with 11 additions and 1 deletions

View file

@ -0,0 +1,10 @@
_: {
programs.zellij = {
enable = true;
enableFishIntegration = true;
settings = {
simplified_ui = true;
theme = "tokyo-night-dark";
};
};
}

View file

@ -45,7 +45,7 @@ in {
padding = lib.mkOption {
type = lib.types.int;
default = 12;
default = 0;
example = 8;
description = "Select desired terminal padding size (in px).";
};