nix-dotfiles/hmModules/default.nix

10 lines
75 B
Nix
Raw Permalink Normal View History

{ ... }:
2024-04-14 05:40:02 -07:00
{
imports = [
./apps
./automatic
2024-04-14 05:40:02 -07:00
./services
];
}