generate zellij config
This commit is contained in:
parent
b6f5489516
commit
f60f9f23b4
|
@ -113,6 +113,10 @@
|
||||||
programs.zellij = {
|
programs.zellij = {
|
||||||
enable = true;
|
enable = true;
|
||||||
enableZshIntegration = true;
|
enableZshIntegration = true;
|
||||||
|
settings = {
|
||||||
|
theme = "catppuccin-mocha";
|
||||||
|
pane_frames = false;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
# better cat
|
# better cat
|
||||||
|
|
Loading…
Reference in a new issue