summaryrefslogtreecommitdiff
path: root/trivionomicon/templates/system-flake/home/platform/me@foo
diff options
context:
space:
mode:
Diffstat (limited to 'trivionomicon/templates/system-flake/home/platform/me@foo')
-rw-r--r--trivionomicon/templates/system-flake/home/platform/me@foo/default.nix10
1 files changed, 10 insertions, 0 deletions
diff --git a/trivionomicon/templates/system-flake/home/platform/me@foo/default.nix b/trivionomicon/templates/system-flake/home/platform/me@foo/default.nix
new file mode 100644
index 0000000..6481e85
--- /dev/null
+++ b/trivionomicon/templates/system-flake/home/platform/me@foo/default.nix
@@ -0,0 +1,10 @@
+{
+ config,
+ pkgs,
+ ...
+}: {
+ # Home Manager needs a bit of information about you and the paths it should
+ # manage.
+ home.username = "ale";
+ home.homeDirectory = "/home/ale";
+}