dotfiles/modules/system/default.nix
2022-04-30 12:32:00 -04:00

6 lines
69 B
Nix

{ ... }: {
imports = [ ./user.nix ./timezone.nix ./doas.nix ];
}