nix-config/home/common/default.nix

8 lines
81 B
Nix
Raw Normal View History

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