• sickday@kbin.social
    link
    fedilink
    arrow-up
    1
    ·
    9 months ago

    You can manage symlinks pretty easy with home-manager. I’d personally setup symlinks for these app configuration directories if I don’t want them storing files directly on the disk I use for $HOME. It’s also done in a delcarative way that can persist across multiple computers.

    • onlinepersona@programming.dev
      link
      fedilink
      English
      arrow-up
      1
      ·
      9 months ago

      I’m not sure I understand. So you create a symlink from $HOME/.program.ini to something in the nix store? If so, how does that solve the problem of clutter in $HOME ?