summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/home/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/home/default.nix b/modules/home/default.nix
index aa77672..2e6fff4 100644
--- a/modules/home/default.nix
+++ b/modules/home/default.nix
@@ -3,7 +3,7 @@
{
# Home environment orchestrator
imports = [
- ./i3wm/original/default.nix
- #./i3wm/nord-blue/default.nix
+ #./i3wm/original/default.nix
+ ./i3wm/nord-blue/default.nix
];
}