.dotfiles/profiles/home/common/default.nix
2025-01-07 17:54:46 +01:00

7 lines
169 B
Nix

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