.dotfiles/modules/home/default.nix
2026-01-05 04:26:48 +01:00

8 lines
216 B
Nix

# @ future me: dont panic, this file is not read in by readNix
{ lib, ... }:
let
importNames = lib.swarselsystems.readNix "modules/home";
in
{
imports = lib.swarselsystems.mkImports importNames "modules/home";
}