Files
nix-config/home/base/server/zellij/default.nix
2023-07-14 01:58:43 +08:00

10 lines
124 B
Nix

{ ... }:
{
programs.zellij = {
enable = true;
};
home.file.".config/zellij/config.kdl".source = ./config.kdl;
}