home: add zellij
This commit is contained in:
parent
ae014b410c
commit
40fe7d2035
2 changed files with 11 additions and 1 deletions
|
@ -0,0 +1,10 @@
|
|||
_: {
|
||||
programs.zellij = {
|
||||
enable = true;
|
||||
enableFishIntegration = true;
|
||||
settings = {
|
||||
simplified_ui = true;
|
||||
theme = "tokyo-night-dark";
|
||||
};
|
||||
};
|
||||
}
|
|
@ -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).";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue