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

8 lines
130 B
Nix

# this folder container modules that are for home manager only
{...}: {
imports = [
./flipperzero.nix
./i18n.nix
];
}