Rename example-template.nix to prevent module evaluation errors

This commit is contained in:
2026-04-07 05:17:36 +02:00
parent 1b69e0d2a4
commit f2b33079fc

View File

@@ -39,18 +39,20 @@
}
# How to use this module:
#
# 1. Save this template as home/modules/myapp.nix
#
# 2. Import it in home/default.nix:
# imports = [
# ./modules/myapp.nix
# ];
#
# 3. Enable in home/default.nix:
# programs.myapp.enable = true;
# programs.myapp.setting1 = "custom value";
#
# 4. Rebuild:
# home-manager switch --flake .#myusername@linux
/*
How to use this module:
1. Save this template as home/modules/myapp.nix
2. Import it in home/default.nix:
imports = [
./modules/myapp.nix
];
3. Enable in home/default.nix:
programs.myapp.enable = true;
programs.myapp.setting1 = "custom value";
4. Rebuild:
home-manager switch --flake .#myusername@linux
*/