nix-config/users/common/default.nix
2022-12-04 18:35:06 -03:00

8 lines
67 B
Nix

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