summary refs log tree commit diff stats
path: root/user/modules/base.nix
diff options
context:
space:
mode:
Diffstat (limited to 'user/modules/base.nix')
-rw-r--r--user/modules/base.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/user/modules/base.nix b/user/modules/base.nix
new file mode 100644
index 00000000..62bc9f24
--- /dev/null
+++ b/user/modules/base.nix
@@ -0,0 +1,6 @@
+{ config, pkgs, ... }:
+
+{
+  # Let Home Manager install and manage itself.
+  programs.home-manager.enable = true;
+}