nixos/home-manager/modules/default.nix

6 lines
45 B
Nix

{ ... }: {
imports = [
./common
];
}