From d660110cecb8b0c4e49c41687a812f5fb543d5f6 Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Fri, 8 Mar 2024 21:40:08 +0100 Subject: [PATCH] hephaestus: re-enable i3wm --- hosts/hephaestus/home.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/hephaestus/home.nix b/hosts/hephaestus/home.nix index 1178b1c..2c9bd36 100644 --- a/hosts/hephaestus/home.nix +++ b/hosts/hephaestus/home.nix @@ -9,6 +9,7 @@ # Keyboard settings & i3 settings my.home.x.enable = true; + my.home.x.i3.enable = true; my.home.x.i3bar.temperature.chip = "k10temp-pci-*"; my.home.x.i3bar.temperature.inputs = ["Tctl"]; my.home.x.i3bar.networking.throughput_interfaces = ["wlp3s0" "enp6s0f3u1u1"];