Compare commits
4 Commits
c90d529ff6
...
a11c62c437
| Author | SHA1 | Date | |
|---|---|---|---|
| a11c62c437 | |||
| a8a693cd95 | |||
| 0ae905e88f | |||
| 8a56ff1571 |
@ -183,6 +183,13 @@ in
|
||||
|
||||
nix.settings = {
|
||||
experimental-features = lib.mkDefault "nix-command flakes";
|
||||
trusted-substituters = [
|
||||
"https://nixpkgs-terraform.cachix.org"
|
||||
];
|
||||
|
||||
trusted-public-keys = [
|
||||
"nixpkgs-terraform.cachix.org-1:8Sit092rIdAVENA3ZVeH9hzSiqI/jng6JiCrQ1Dmusw="
|
||||
];
|
||||
};
|
||||
|
||||
homebrew = {
|
||||
|
||||
@ -96,6 +96,14 @@ in
|
||||
enable = true;
|
||||
};
|
||||
|
||||
programs.ripgrep = {
|
||||
enable = true;
|
||||
arguments = [
|
||||
"--smart-case"
|
||||
"--hidden"
|
||||
];
|
||||
};
|
||||
|
||||
programs.vim = {
|
||||
enable = true;
|
||||
settings = {
|
||||
|
||||
@ -32,6 +32,7 @@ in
|
||||
watch
|
||||
colima
|
||||
docker
|
||||
wireshark
|
||||
];
|
||||
|
||||
# ghostty marked as broken as of 2025-01-05 in nix, using homebrew and custom config
|
||||
@ -100,6 +101,8 @@ in
|
||||
pull.rebase = false;
|
||||
|
||||
init.defaultBranch = "main";
|
||||
|
||||
url."ssh://git@gitlab.laputa.veracode.io/".insteadOf = "https://gitlab.laputa.veracode.io/";
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user