Compare commits
3 commits
85a03f633a
...
d7a5993121
Author | SHA1 | Date | |
---|---|---|---|
d7a5993121 | |||
3280781536 | |||
bcf049144c |
3 changed files with 7 additions and 0 deletions
|
@ -60,6 +60,7 @@ in
|
|||
clean = "${pkgs.metacfg.rot8000}/bin/rot8000";
|
||||
smudge = "${pkgs.metacfg.rot8000}/bin/rot8000";
|
||||
};
|
||||
http.sslCAinfo = "/etc/ssl/certs/ca-certificates.crt";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
@ -67,6 +67,11 @@ in
|
|||
vim
|
||||
virt-manager
|
||||
wget
|
||||
(pkgs.writeShellScriptBin "qemu-system-x86_64-uefi" ''
|
||||
qemu-system-x86_64 \
|
||||
-bios ${pkgs.OVMF.fd}/FV/OVMF.fd \
|
||||
"$@"
|
||||
'')
|
||||
];
|
||||
shells = [ pkgs.fish pkgs.bash ];
|
||||
};
|
||||
|
|
|
@ -54,6 +54,7 @@ in
|
|||
interactive.diffFilter = "${pkgs.delta}/bin/delta --color-only";
|
||||
merge.conflictStyle = "diff3";
|
||||
diff.colorMoved = "default";
|
||||
http.sslCAinfo = "/etc/ssl/certs/ca-certificates.crt";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue