Last active
October 8, 2024 22:11
-
-
Save rwanyoike/449ed636f10fc1c62468a27393ab8be8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
with import <nixpkgs> {}; [ | |
(google-cloud-sdk.withExtraComponents [google-cloud-sdk.components.gke-gcloud-auth-plugin]) | |
] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
with import <nixpkgs> {}; [ | |
(nnn.override {withNerdIcons = true;}) | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment