nix-files/machines/desko/default.nix

5 lines
97 B
Nix
Raw Normal View History

{ home-manager, config, pkgs, ... }:
{
imports = [ ./homes.nix ./users.nix ./hardware.nix ];
}