Files
nixcfg/users/configs/system/wezterm/default.nix
2024-08-14 21:49:07 +01:00

12 lines
122 B
Nix

{
pkgs,
lib,
hostname,
...
}: {
programs.wezterm = {
enable = true;
enableZshIntegration = true;
};
}