5 lines
124 B
Nix
5 lines
124 B
Nix
{config, ...}: {
|
|
flake.modules.homeManager.desktop = {
|
|
home.file.".face".source = config.flake.meta.user.face;
|
|
};
|
|
}
|