nix-config/home/common/default.nix

7 lines
81 B
Nix

{ outputs, ... }:
{
imports = [
outputs.homeManagerModules.default
];
}