···3737 substituters = [
3838 "https://nix-community.cachix.org" # nix-community cache
3939 "https://extersia.cachix.org" # packages for some of my stuff
4040+ "https://isabelroses.cachix.org" # some of my extra packages like lix
4041 "https://catppuccin.cachix.org" # a cache for all catppuccin ports
4142 ];
42434344 trusted-public-keys = [
4445 "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
4546 "extersia.cachix.org-1:ZHy9765xrhn4lDKGTzWWykHC+B091oTqNxClgc78MQU="
4747+ "isabelroses.cachix.org-1:mXdV/CMcPDaiTmkQ7/4+MzChpOe6Cb97njKmBQQmLPM="
4648 "catppuccin.cachix.org-1:noG/4HkbhJb+lUAdKrph6LaozJvAeEEZj4N732IysmU="
4749 ];
4850 };