# Common The common module sets some opinionated defaults. View the [*synix* Home Manager module on Forgejo](https://git.sid.ovh/sid/synix/tree/master/modules/home/common). It is recommended to import it in your Home Manager configuration as some synix modules may depend on it: ```nix { inputs, ... }: { imports = [ inputs.synix.homeModules.common ]; } ```