nix/home-manager/common/software/cli/zellij.nix

9 lines
149 B
Nix
Raw Normal View History

2024-04-29 06:55:26 +02:00
{ ... }: {
programs.zellij = {
enable = true;
enableBashIntegration = true;
enableFishIntegration = true;
2024-04-29 07:36:33 +02:00
#settings = '''';
2024-04-29 06:55:26 +02:00
};
}