Compare commits

..

No commits in common. "d660110cecb8b0c4e49c41687a812f5fb543d5f6" and "9e98e96c31564939ee516ba93f9554e90a05cc20" have entirely different histories.

2 changed files with 0 additions and 2 deletions

View file

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

View file

@ -9,7 +9,6 @@
# 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"];