mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-09 19:03:36 +02:00
8 lines
117 B
Nix
8 lines
117 B
Nix
_: {
|
|
programs.zellij = {
|
|
enable = true;
|
|
};
|
|
|
|
home.file.".config/zellij/config.kdl".source = ./config.kdl;
|
|
}
|