nixos-config/base/default.nix

7 lines
48 B
Nix
Raw Normal View History

2021-02-14 13:18:13 +01:00
{ ... }:
{
imports = [
./users.nix
];
}