nix-config/users/common/default.nix

8 lines
67 B
Nix

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