diff options
author | Franck Cuny <franck@fcuny.net> | 2022-04-24 12:33:29 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-04-24 12:33:29 -0700 |
commit | 713f439b807b6ebdc9cb6e8ea459544c49cace78 (patch) | |
tree | 13645ba5d4425b80ed4e43678ed3ffac7c751f9a /profiles | |
parent | alacritty: use custom colors (diff) | |
download | world-713f439b807b6ebdc9cb6e8ea459544c49cace78.tar.gz |
gcloud: add google-cloud-sdk on trusted hosts
Diffstat (limited to '')
-rw-r--r-- | profiles/trusted/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/profiles/trusted/default.nix b/profiles/trusted/default.nix index 95f0645..927ba45 100644 --- a/profiles/trusted/default.nix +++ b/profiles/trusted/default.nix @@ -13,6 +13,7 @@ in { pinentry = "gnome3"; defaultKey = "23348B57F01D4234B5CFBA0923208AC01EB6EEA1"; }; + my.home.gcloud.enable = true; my.home.mail.enable = true; my.home.pass.enable = true; my.home.seahorse.enable = isEnabled; |