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:
parent
4f5af36bc6
commit
4099a560e0
4 changed files with 6 additions and 2 deletions
|
@ -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="
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
|
@ -119,6 +119,9 @@
|
|||
pass-otp
|
||||
]))
|
||||
|
||||
# GCP
|
||||
google-cloud-sdk
|
||||
|
||||
# FMI
|
||||
vim-fmi-cli
|
||||
|
||||
|
|
|
@ -171,7 +171,7 @@ in
|
|||
};
|
||||
|
||||
# Nushell
|
||||
programs.nushell/* -reo101 */ = mkMerge [
|
||||
programs.nushell = mkMerge [
|
||||
(mkIf (builtins.elem "nushell" cfg.shells) {
|
||||
enable = true;
|
||||
|
||||
|
|
|
@ -49,7 +49,6 @@ in
|
|||
"libusb"
|
||||
"openssl"
|
||||
"switchaudio-osx"
|
||||
"pinentry-touchid"
|
||||
];
|
||||
casks = [
|
||||
"android-platform-tools"
|
||||
|
|
Loading…
Reference in a new issue