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, 0 insertions, 9 deletions
diff --git a/hosts/ahmed/home/default.nix b/hosts/ahmed/home/default.nix
deleted file mode 100644
index a031e96..0000000
--- a/hosts/ahmed/home/default.nix
+++ /dev/null
@@ -1,9 +0,0 @@
-# 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
- ];
- };
-}