summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNatasha Moongrave <natasha@256phi.eu>2026-02-05 12:43:55 +0100
committerNatasha Moongrave <natasha@256phi.eu>2026-02-05 12:43:55 +0100
commitf693d8d927cd9266bd4bac2f5cf8b0f59fc89805 (patch)
tree2bd18575b85058e8c307ba02b32e0ec70597e1eb
parent36b7f50514a4a6531b65e40c89414db253d6fe02 (diff)
switched to nord-blue
-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
];
}