about summary refs log tree commit diff
path: root/hosts/home.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--hosts/home.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/hosts/home.nix b/hosts/home.nix
index 14ca6ad..4437f48 100644
--- a/hosts/home.nix
+++ b/hosts/home.nix
@@ -3,6 +3,8 @@ let
   dotfiles = ../dotfiles;
 in
 {
+  imports = [ ];
+
   home = {
     username = "${user}";
     homeDirectory = "/home/${user}";