dotfiles/provision/modules/default.nix

5 lines
88 B
Nix

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