diff --git a/home/configs/default.nix b/home/configs/default.nix index 0fc5d9f..2fdff5f 100644 --- a/home/configs/default.nix +++ b/home/configs/default.nix @@ -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 ]; }); }