mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-05-14 16:21:08 +02:00
9 lines
108 B
Nix
9 lines
108 B
Nix
{ ... }:
|
|
{
|
|
programs.zellij = {
|
|
enable = true;
|
|
settings = {
|
|
theme = "dracula";
|
|
};
|
|
};
|
|
}
|