Compare commits

..

No commits in common. "a11c62c4375c020054fde14c09d05928be46f5fa" and "c90d529ff669f8ebc6a19181a5031f96514194df" have entirely different histories.

3 changed files with 0 additions and 18 deletions

View File

@ -183,13 +183,6 @@ in
nix.settings = { nix.settings = {
experimental-features = lib.mkDefault "nix-command flakes"; 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 = { homebrew = {

View File

@ -96,14 +96,6 @@ in
enable = true; enable = true;
}; };
programs.ripgrep = {
enable = true;
arguments = [
"--smart-case"
"--hidden"
];
};
programs.vim = { programs.vim = {
enable = true; enable = true;
settings = { settings = {

View File

@ -32,7 +32,6 @@ in
watch watch
colima colima
docker docker
wireshark
]; ];
# ghostty marked as broken as of 2025-01-05 in nix, using homebrew and custom config # ghostty marked as broken as of 2025-01-05 in nix, using homebrew and custom config
@ -101,8 +100,6 @@ in
pull.rebase = false; pull.rebase = false;
init.defaultBranch = "main"; init.defaultBranch = "main";
url."ssh://git@gitlab.laputa.veracode.io/".insteadOf = "https://gitlab.laputa.veracode.io/";
}; };
}; };