about summary refs log tree commit diff stats
path: root/hm/soispha/files/manifest_json/default.nix
blob: 09dda877063a3fed9be4c63193c8b44dd394e7aa (plain) (blame)
1
2
3
4
5
6
7
8
9
10
{config, ...}: {
  home = {
    file = {
      manifest_json = {
        text = "";
        target = "${config.xdg.stateHome}/nix/profile/manifest.json";
      };
    };
  };
}