.dotfiles/modules/home/default.nix
2025-12-24 14:48:27 +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";
}