about summary refs log tree commit diff
path: root/users/fcuny/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'users/fcuny/default.nix')
-rw-r--r--users/fcuny/default.nix4
1 files changed, 0 insertions, 4 deletions
diff --git a/users/fcuny/default.nix b/users/fcuny/default.nix
index 43b4f80..12d7468 100644
--- a/users/fcuny/default.nix
+++ b/users/fcuny/default.nix
@@ -16,8 +16,4 @@ in
     hashedPassword = "$6$i.z1brxtb44JAEco$fDD2Izl.zRR9vBCB2VBKPScChGw38EEl7QEiBTJ/EwgP3oSL0X3ZHq0PJ.RtqzBsWTPUjl4F3MKOBMhnaAPr6.";
     openssh.authorizedKeys.keys = keys;
   };
-
-  imports = [
-    ./home-manager.nix
-  ];
 }