mirror of
https://github.com/harivansh-afk/nix.git
synced 2026-04-15 19:05:17 +00:00
10 lines
262 B
Nix
10 lines
262 B
Nix
{lib, ...}: {
|
|
xdg.configFile."gcloud/active_config".text = "default\n";
|
|
|
|
xdg.configFile."gcloud/configurations/config_default".text = lib.generators.toINI {} {
|
|
core = {
|
|
account = "rathiharivansh@gmail.com";
|
|
project = "hari-gc";
|
|
};
|
|
};
|
|
}
|