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