From e84c66e8127f3cf447debe51445eae4ebadec816 Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Thu, 7 Mar 2024 00:13:30 +0100 Subject: [PATCH 1/2] flake: add unstable nixpkgs to registry --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index f77d912..4f3c492 100644 --- a/flake.nix +++ b/flake.nix @@ -74,6 +74,7 @@ ]; registry = { nixpkgs.flake = inputs.nixpkgs; + unstable.flake = inputs.nixpkgs-unstable-small; }; }; }; From d660110cecb8b0c4e49c41687a812f5fb543d5f6 Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Fri, 8 Mar 2024 21:40:08 +0100 Subject: [PATCH 2/2] 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"];