.dotfiles/profiles/home/default.nix
2025-04-03 00:20:26 +02:00

7 lines
157 B
Nix

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