Compare commits

...

2 commits

Author SHA1 Message Date
6f20f9a72a fix: Hydra fix 2024-01-17 21:26:18 -08:00
fef20da125 fix: Alacritty update 2024-01-17 21:26:04 -08:00
2 changed files with 5 additions and 2 deletions

View file

@ -26,7 +26,10 @@
nix.buildMachines = [
{
hostName = "localhost";
system = "x86_64-linux";
systems = [
"i686-linux"
"x86_64-linux"
];
supportedFeatures = ["kvm" "nixos-test" "big-parallel" "benchmark"];
maxJobs = 8;
}

View file

@ -3,7 +3,7 @@
programs.alacritty.settings = {
selection.save_to_clipboard = true;
key_bindings = [
keyboard.bindings = [
{
key = "Insert";
mods = "Shift";