nix-config/homes/common/default.nix

11 lines
101 B
Nix

{ ... }:
{
imports = [
./user-info.nix
./base.nix
./editor.nix
./vc.nix
];
}