nixos-config/modules/home-manager/terminal/wezterm/default.nix
2024-07-12 22:27:56 +09:00

12 lines
104 B
Nix

{ pkgs, ... }:
{
imports = [
./colors.nix
];
programs.wezterm = {
enable = true;
};
}