.dotfiles/modules/home/default.nix
2025-01-02 13:43:51 +01:00

17 lines
245 B
Nix

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