nixcfg/nixosModules/default.nix

6 lines
106 B
Nix
Raw Normal View History

{ config, pkgs, ... }:
{
imports = [ ./desktopConfig ./homeLab ./apps ./systemConfig ./userConfig ];
}