Skip to content

Commit

Permalink
feat: add template descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
IogaMaster committed Nov 19, 2023
1 parent 9ec62c1 commit b6b94ac
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions templates/default.nix
Original file line number Diff line number Diff line change
@@ -1,17 +1,22 @@
_: {
lib = {
description = "Library module template";
path = ./lib;
};
module = {
description = "Module template";
path = ./module;
};
overlay = {
description = "Overlay template";
path = ./overlay;
};
system = {
description = "System template";
path = ./system;
};
home = {
description = "Home template";
path = ./home;
};
}

0 comments on commit b6b94ac

Please sign in to comment.