nix-config/users/desktops/common/programs/default.nix

7 lines
51 B
Nix

{ ... }:
{
imports = [
./wezterm.nix
];
}