nix-conf/home/user/zellij.nix
danny 9c9acc3494 daily configuration optimization
Fix
- airplay: systemd wantedBy target
- fcitx5: remove redundant systemd service

Remove
- move scripts into configuration

Style
- ghostty: add more transparency to background

Add
- zellij
2025-08-27 22:38:40 +08:00

6 lines
59 B
Nix

{ ... }:
{
programs.zellij = {
enable = true;
};
}