nix-dotfiles/home-manager/modules/zellij.nix
2025-03-28 00:47:30 -06:00

8 lines
70 B
Nix

{
pkgs,
...
}: {
home.packages = with pkgs; [
zellij
];
}