mirror of
https://github.com/davegallant/nix-config
synced 2025-08-07 05:02:28 +00:00
Add authy to brew
This commit is contained in:
@@ -22,13 +22,14 @@ in {
|
|||||||
unzip
|
unzip
|
||||||
xclip
|
xclip
|
||||||
xdg_utils
|
xdg_utils
|
||||||
|
yq-go
|
||||||
zip
|
zip
|
||||||
|
|
||||||
# ansible
|
# ansible
|
||||||
# ansible
|
# ansible
|
||||||
# ansible-lint
|
# ansible-lint
|
||||||
|
|
||||||
# # dev productivity
|
# productivity
|
||||||
bat
|
bat
|
||||||
# checkov
|
# checkov
|
||||||
colordiff
|
colordiff
|
||||||
|
@@ -15,6 +15,8 @@
|
|||||||
};
|
};
|
||||||
inherit (pkgs) stdenv;
|
inherit (pkgs) stdenv;
|
||||||
in {
|
in {
|
||||||
|
home.stateVersion = "22.11";
|
||||||
|
|
||||||
services = {
|
services = {
|
||||||
gpg-agent = {
|
gpg-agent = {
|
||||||
enable = stdenv.isLinux;
|
enable = stdenv.isLinux;
|
||||||
@@ -87,7 +89,6 @@ in {
|
|||||||
|
|
||||||
settings = {
|
settings = {
|
||||||
add_newline = false;
|
add_newline = false;
|
||||||
gcloud = {disabled = true;};
|
|
||||||
scan_timeout = 10;
|
scan_timeout = 10;
|
||||||
character = {error_symbol = "[✖](bold red)";};
|
character = {error_symbol = "[✖](bold red)";};
|
||||||
};
|
};
|
||||||
|
@@ -30,6 +30,7 @@ in {
|
|||||||
];
|
];
|
||||||
|
|
||||||
casks = [
|
casks = [
|
||||||
|
"authy"
|
||||||
"dbeaver-community"
|
"dbeaver-community"
|
||||||
"font-fira-code-nerd-font"
|
"font-fira-code-nerd-font"
|
||||||
"font-hack-nerd-font"
|
"font-hack-nerd-font"
|
||||||
|
Reference in New Issue
Block a user