forked from foxora/nix
13 lines
224 B
Nix
13 lines
224 B
Nix
{...}: {
|
|
# the theme file template for zellij is in wallust
|
|
|
|
programs.zellij = {
|
|
enable = true;
|
|
enableZshIntegration = false;
|
|
|
|
extraConfig = ''
|
|
theme "test"
|
|
show_startup_tips false
|
|
'';
|
|
};
|
|
}
|