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

8 lines
158 B
Nix

# modules in this folder are to adapt home-manager modules configs to nixos-module configs
{...}: {
imports = [
./flipperzero.nix
./i18n.nix
];
}