mirror of
https://github.com/davegallant/nix-config
synced 2025-08-06 11:23:40 +00:00
Add authy to brew
This commit is contained in:
@@ -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)";};
|
||||
};
|
||||
|
Reference in New Issue
Block a user