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

8 lines
70 B
Nix

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