nix-config/modules/nix/groups/default.nix

9 lines
101 B
Nix

{ lib, config, pkgs, ... }:
{
imports = [
./desktop.nix
./laptop.nix
./base.nix
];
}