about summary refs log tree commit diff stats
path: root/home-manager/default.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--home-manager/default.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/home-manager/default.nix b/home-manager/default.nix
index 4969d565..c11b8d85 100644
--- a/home-manager/default.nix
+++ b/home-manager/default.nix
@@ -5,6 +5,7 @@
   home-manager,
   inputs,
   user_js,
+  impermanence,
   ...
 }: let
   # TODO actually use this in the user config
@@ -15,6 +16,9 @@
   dataHome = "${homeDirectory}/.local/share";
 in {
   imports = [
+# ./impermanence #  TODO doesn't work
+
+
     ./alacritty
     ./cups
     ./firefox