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

8 lines
69 B
Nix

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