yep, more dotfiles

register c template

wiro.world f10c4ce2 c0db7f95

verified
Changed files
+6
templates
+6
templates/default.nix
···
welcomeText = "`direnv allow`";
};
+
c = {
+
path = ./c;
+
description = "Flake for C setup";
+
welcomeText = "`direnv allow`";
+
};
+
rust = {
path = ./rust;
description = "Flake for Rust setup";