Compare commits
2 commits
f2e730ceb5
...
6f20f9a72a
Author | SHA1 | Date | |
---|---|---|---|
6f20f9a72a | |||
fef20da125 |
2 changed files with 5 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
programs.alacritty.settings = {
|
||||
selection.save_to_clipboard = true;
|
||||
key_bindings = [
|
||||
keyboard.bindings = [
|
||||
{
|
||||
key = "Insert";
|
||||
mods = "Shift";
|
||||
|
|
Loading…
Add table
Reference in a new issue