dotfiles/provision/modules/default.nix

5 lines
77 B
Nix

{ ... }:
{
imports = [ ./desktop ./gaming ./devel ./services ./system ];
}