Fix - airplay: systemd wantedBy target - fcitx5: remove redundant systemd service Remove - move scripts into configuration Style - ghostty: add more transparency to background Add - zellij
6 lines
59 B
Nix
6 lines
59 B
Nix
{ ... }:
|
|
{
|
|
programs.zellij = {
|
|
enable = true;
|
|
};
|
|
}
|