···11In the past this repo used to hold templates. Now the templates are located at
22-[tgirlcloud/nix-templates](https://github.com/tgirlcloud/nix-templates).
22+[extersia-org/nix-templates](https://github.com/extersia-org/nix-templates).
33Overall the commands remain the same except for the repo to use.
4455-- `nix flake init -t github:tgirlcloud/nix-templates#<template>` to initialize
55+- `nix flake init -t github:extersia-org/nix-templates#<template>` to initialize
66 a new project with the template
77-- `nix flake new -t github:tgirlcloud/nix-templates#<template> <out dir>` to
77+- `nix flake new -t github:extersia-org/nix-templates#<template> <out dir>` to
88 create a new project in the specified directory
991010For the full list of templates check the [nix-templates
1111-repo](https://github.com/tgirlcloud/nix-templates) directory or run `nix flake
1212-show github:tgirlcloud/nix-templates`.
1111+repo](https://github.com/extersia-org/nix-templates) directory or run `nix flake
1212+show github:extersia-org/nix-templates`.
···3636 # fetch from a cache if we can
3737 substituters = [
3838 "https://nix-community.cachix.org" # nix-community cache
3939- "https://cache.tgirl.cloud/tgirlcloud" # tgirl.cloud cache
3939+ "https://extersia.cachix.org" # packages for some of my stuff
4040 "https://catppuccin.cachix.org" # a cache for all catppuccin ports
4141 ];
42424343 trusted-public-keys = [
4444 "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
4545- "tgirlcloud:vcV9oxS9pLXyeu1dVnBabLalLlw0yJzu6PakQM372t0="
4545+ "extersia.cachix.org-1:ZHy9765xrhn4lDKGTzWWykHC+B091oTqNxClgc78MQU="
4646 "catppuccin.cachix.org-1:noG/4HkbhJb+lUAdKrph6LaozJvAeEEZj4N732IysmU="
4747 ];
4848 };