this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

seed#

nix flake templates

Usage#

Run either of the following commands:

$ nix flake new -t git+https://tangled.sh/@yemou.pink/seed#<template-name> <directory>
$ nix flake init -t git+https://tangled.sh/@yemou.pink/seed#<template-name>

Alternatively, add the following to your nix configuration:

nix.registry.seed.to = {
  type = "git";
  url = "https://tangled.sh/@yemou.pink/seed";
};

and then run either of the following commands:

$ nix flake new -t seed#<template-name> <directory>
$ nix flake init -t seed#<template-name>