grimm-nixos-laptop/cachix/nix-gaming.nix
LordGrimmauld 60b9307662 some misc changes
- try cachix, but broken
 - add nvim
 - update stuff
2024-01-31 17:04:50 +01:00

13 lines
233 B
Nix

{
nix = {
settings = {
substituters = [
"https://nix-gaming.cachix.org"
];
trusted-public-keys = [
"nix-gaming.cachix.org-1:nbjlureqMbRAxR1gJ/f3hxemL9svXaZF/Ees8vCUUs4="
];
};
};
}