Add composer configuration

The composer configuration should also be maintained via home-manager.
The files are added to this repo and added via xdg.

The auth.json is crypted of course as it contains my personal tokens.
This commit is contained in:
Daniel Siepmann 2022-08-09 12:00:17 +02:00
parent 4596c6254e
commit 6f554320fe
Signed by: Daniel Siepmann
GPG key ID: 33D6629915560EF4
3 changed files with 4 additions and 0 deletions

1
.gitattributes vendored
View file

@ -1 +1,2 @@
home/programs/ssh-match-blocks.nix filter=git-crypt diff=git-crypt
home/files/composer/auth.json filter=git-crypt diff=git-crypt

Binary file not shown.

View file

@ -70,6 +70,9 @@
};
};
"composer/update-channel".text = "stable";
"composer/auth.json".source = ./files/composer/auth.json;
};
dataFile = {