chore(limonka): various updates

Add `nixpkgs-cross-overlay` to substituters
Add `google-cloud-sdk` to `home.packages`
Remove comment (from old experiments) from `reo101-shell` HM module
Remove `pinentry-touchid` from `brew` packages (causing issues, no longer used)
This commit is contained in:
reo101 2023-10-23 09:01:07 +03:00
parent 4f5af36bc6
commit 4099a560e0
Signed by: reo101
GPG key ID: 675AA7EF13964ACB
4 changed files with 6 additions and 2 deletions

View file

@ -54,11 +54,13 @@
"https://rix101.cachix.org"
"https://nix-community.cachix.org"
"https://lean4.cachix.org"
"https://nixpkgs-cross-overlay.cachix.org"
];
trusted-public-keys = [
"rix101.cachix.org-1:2u9ZGi93zY3hJXQyoHkNBZpJK+GiXQyYf9J5TLzCpFY="
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
"lean4.cachix.org-1:mawtxSxcaiWE24xCXXgh3qnvlTkyU7evRRnGeAhD4Wk="
"nixpkgs-cross-overlay.cachix.org-1:TjKExGN4ys960TlsGqNOI/NBdoz2Jdr2ow1VybWV5JM="
];
};
};

View file

@ -119,6 +119,9 @@
pass-otp
]))
# GCP
google-cloud-sdk
# FMI
vim-fmi-cli

View file

@ -171,7 +171,7 @@ in
};
# Nushell
programs.nushell/* -reo101 */ = mkMerge [
programs.nushell = mkMerge [
(mkIf (builtins.elem "nushell" cfg.shells) {
enable = true;

View file

@ -49,7 +49,6 @@ in
"libusb"
"openssl"
"switchaudio-osx"
"pinentry-touchid"
];
casks = [
"android-platform-tools"