mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2026-04-14 21:29:12 +02:00
5 lines
130 B
Nix
5 lines
130 B
Nix
{ lib, ... }:
|
|
let
|
|
moduleNames = lib.swarselsystems.readNix "profiles/home";
|
|
in
|
|
lib.swarselsystems.mkProfiles moduleNames "home"
|