.dotfiles/modules/home/common/default.nix
2025-03-27 01:47:14 +01:00

7 lines
167 B
Nix

{ lib, ... }:
let
importNames = lib.swarselsystems.readNix "modules/home/common";
in
{
imports = lib.swarselsystems.mkImports importNames "modules/home/common";
}