infra/puter/000-bm-nixos-kirakira/specific-aspect/home-file.nix

12 lines
250 B
Nix
Raw Normal View History

2025-12-01 13:23:24 +07:00
{
den.aspects = {
home-file-kirakira = {
homeManager =
{ config, ... }:
{
home.file."note/widget/diary".source = config.lib.file.mkOutOfStoreSymlink "/home/kirbara/note/main/diary";
};
};
};
}