diff --git a/flake.nix b/flake.nix index 4f3c492..f77d912 100644 --- a/flake.nix +++ b/flake.nix @@ -74,7 +74,6 @@ ]; registry = { nixpkgs.flake = inputs.nixpkgs; - unstable.flake = inputs.nixpkgs-unstable-small; }; }; }; diff --git a/hosts/hephaestus/home.nix b/hosts/hephaestus/home.nix index 2c9bd36..1178b1c 100644 --- a/hosts/hephaestus/home.nix +++ b/hosts/hephaestus/home.nix @@ -9,7 +9,6 @@ # 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"];