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