refactor mods

This commit is contained in:
Ivan Kirilov Dimitrov 2024-07-09 13:22:30 +02:00
parent e50c532a6d
commit ae2d09475f
No known key found for this signature in database
GPG Key ID: 0BDAD4B211C49294

View File

@ -7,12 +7,13 @@ toplevel@{ inputs, withSystem, config, ... }:
let let
mods = config.flake.homeManagerModules; mods = config.flake.homeManagerModules;
in in
[ with mods; [
mods.base base
mods.shell shell
mods.util util
mods.swayland swayland
mods.web web
work
]; ];
}); });
} }