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

9 lines
176 B
Nix

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