Skip to content

Commit 9214b04

Browse files
committed
develop: reorganized templates. added templates docs. edited getting started guide.
1 parent c0b2720 commit 9214b04

File tree

52 files changed

+87
-67
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+87
-67
lines changed

README.md

Lines changed: 21 additions & 49 deletions

docs/create_flake.md

Lines changed: 44 additions & 0 deletions

flake.nix

Lines changed: 22 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -97,25 +97,29 @@
9797
);
9898

9999
templates = {
100-
hyprland = {
101-
path = ./templates/hyprland;
102-
description = "NixOS client configuration for Hyprland.";
103-
};
104-
server = {
105-
path = ./templates/server;
106-
description = "Minimal NixOS server configuration.";
107-
};
108-
c-hello = {
109-
path = ./templates/c-hello;
110-
description = "C hello world project.";
111-
};
112-
py-hello = {
113-
path = ./templates/py-hello;
114-
description = "Python hello world project.";
100+
nix-config = {
101+
hyprland = {
102+
path = ./templates/nix-config/hyprland;
103+
description = "NixOS client configuration for Hyprland.";
104+
};
105+
server = {
106+
path = ./templates/nix-config/server;
107+
description = "Minimal NixOS server configuration.";
108+
};
115109
};
116-
rs-hello = {
117-
path = ./templates/rs-hello;
118-
description = "Rust hello world project.";
110+
dev = {
111+
c-hello = {
112+
path = ./templates/dev/c-hello;
113+
description = "C hello world project.";
114+
};
115+
py-hello = {
116+
path = ./templates/dev/py-hello;
117+
description = "Python hello world project.";
118+
};
119+
rs-hello = {
120+
path = ./templates/dev/rs-hello;
121+
description = "Rust hello world project.";
122+
};
119123
};
120124
};
121125
};
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)