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
mods = config.flake.homeManagerModules;
in
[
mods.base
mods.shell
mods.util
mods.swayland
mods.web
with mods; [
base
shell
util
swayland
web
work
];
});
}