1 2 3 4 5 6
{ config, pkgs, terminalworkspace, ... }: { imports = (if terminalworkspace.tmux then [ ./tmux.nix ] else []) ++ (if terminalworkspace.zellij then [ ./zellij.nix ] else []); }