Add authy to brew

This commit is contained in:
Dave Gallant
2022-06-22 21:09:05 -04:00
parent b25ffd58a6
commit 34a45a1400
3 changed files with 5 additions and 2 deletions

View File

@@ -22,13 +22,14 @@ in {
unzip
xclip
xdg_utils
yq-go
zip
# ansible
# ansible
# ansible-lint
# # dev productivity
# productivity
bat
# checkov
colordiff

View File

@@ -15,6 +15,8 @@
};
inherit (pkgs) stdenv;
in {
home.stateVersion = "22.11";
services = {
gpg-agent = {
enable = stdenv.isLinux;
@@ -87,7 +89,6 @@ in {
settings = {
add_newline = false;
gcloud = {disabled = true;};
scan_timeout = 10;
character = {error_symbol = "[](bold red)";};
};

View File

@@ -30,6 +30,7 @@ in {
];
casks = [
"authy"
"dbeaver-community"
"font-fira-code-nerd-font"
"font-hack-nerd-font"