summaryrefslogtreecommitdiff
path: root/hosts/ahmed/home/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/ahmed/home/default.nix')
-rw-r--r--hosts/ahmed/home/default.nix9
1 files changed, 9 insertions, 0 deletions
diff --git a/hosts/ahmed/home/default.nix b/hosts/ahmed/home/default.nix
new file mode 100644
index 0000000..a031e96
--- /dev/null
+++ b/hosts/ahmed/home/default.nix
@@ -0,0 +1,9 @@
+# Here we extend the HM user defined in `home/default.nix`. All the global HM
+# stuff is defined in there. The only imports here are specific to this host.
+{...}: {
+ home-manager.users.linus = {
+ imports = [
+ # empty for now
+ ];
+ };
+}