mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-03-28 04:11:49 +01:00
8 lines
121 B
Nix
8 lines
121 B
Nix
{...}: {
|
|
programs.zellij = {
|
|
enable = true;
|
|
};
|
|
|
|
home.file.".config/zellij/config.kdl".source = ./config.kdl;
|
|
}
|