mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-19 15:31:22 +02:00
10 lines
124 B
Nix
10 lines
124 B
Nix
{ ... }:
|
|
|
|
{
|
|
programs.zellij = {
|
|
enable = true;
|
|
};
|
|
|
|
home.file.".config/zellij/config.kdl".source = ./config.kdl;
|
|
}
|