8 lines
158 B
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
|
|
];
|
|
}
|