dotfiles/modules/desktop/face.nix
2026-02-06 14:49:06 +02:00

5 lines
124 B
Nix

{config, ...}: {
flake.modules.homeManager.desktop = {
home.file.".face".source = config.flake.meta.user.face;
};
}