Compare commits

..

2 commits

Author SHA1 Message Date
Antoine Martin d660110cec hephaestus: re-enable i3wm 2024-03-08 21:40:08 +01:00
Antoine Martin e84c66e812 flake: add unstable nixpkgs to registry 2024-03-07 00:13:30 +01:00
2 changed files with 2 additions and 0 deletions

View file

@ -74,6 +74,7 @@
]; ];
registry = { registry = {
nixpkgs.flake = inputs.nixpkgs; nixpkgs.flake = inputs.nixpkgs;
unstable.flake = inputs.nixpkgs-unstable-small;
}; };
}; };
}; };

View file

@ -9,6 +9,7 @@
# Keyboard settings & i3 settings # Keyboard settings & i3 settings
my.home.x.enable = true; my.home.x.enable = true;
my.home.x.i3.enable = true;
my.home.x.i3bar.temperature.chip = "k10temp-pci-*"; my.home.x.i3bar.temperature.chip = "k10temp-pci-*";
my.home.x.i3bar.temperature.inputs = ["Tctl"]; my.home.x.i3bar.temperature.inputs = ["Tctl"];
my.home.x.i3bar.networking.throughput_interfaces = ["wlp3s0" "enp6s0f3u1u1"]; my.home.x.i3bar.networking.throughput_interfaces = ["wlp3s0" "enp6s0f3u1u1"];