configuration.nix/home/server/default.nix

4 lines
52 B
Nix
Raw Normal View History

{ ... }: {
imports = [ ./programs ./services ];
}