Add steam

This commit is contained in:
DACHXY 2024-12-17 01:42:58 +08:00
parent eb010055b2
commit 3175158f84
8 changed files with 43 additions and 18 deletions

View file

@ -3,9 +3,10 @@
{
nix = {
settings = {
warn-dirty = false;
experimental-features = [ "nix-command" "flakes" ];
auto-optimise-store = true;
};
warn-dirty = false;
experimental-features = [ "nix-command" "flakes" ];
auto-optimise-store = true;
substituters = ["https://nix-gaming.cachix.org"];
trusted-public-keys = ["nix-gaming.cachix.org-1:nbjlureqMbRAxR1gJ/f3hxemL9svXaZF/Ees8vCUUs4="]; };
};
}