.dotfiles/modules/home/default.nix
2024-12-28 23:59:43 +01:00

17 lines
246 B
Nix

{ lib, ... }:
let
moduleNames = [
"laptop"
"hardware"
"monitors"
"input"
"nixos"
"darwin"
"waybar"
"startup"
"wallpaper"
"filesystem"
"firefox"
];
in
lib.swarselsystems.mkModules moduleNames "home"