dotfiles/modules/nix.nix

9 lines
252 B
Nix
Raw Normal View History

2025-09-09 18:03:42 +02:00
{ ... }: {
nix.settings = {
experimental-features = [ "nix-command" "flakes" ];
substituters = [ "https://nix-gaming.cachix.org" ];
trusted-public-keys = [ "nix-gaming.cachix.org-1:nbjlureqMbRAxR1gJ/f3hxemL9svXaZF/Ees8vCUUs4=" ];
};
}