nix-config/host-modules/home-manager/default.nix

8 lines
200 B
Nix

# modules in this folder are to adapt home manager modules defined in `home-modules` to any nix module configs that they need to set
{...}: {
imports = [
./flipperzero.nix
./i18n.nix
];
}