feat: add 'azure' cloud option (and generalized module)

This commit is contained in:
2026-01-30 15:19:11 +01:00
parent a78af6529c
commit a64d153004
7 changed files with 41 additions and 12 deletions

View File

@@ -12,6 +12,7 @@ in
imports = [
inputs.sops-nix.homeManagerModules.sops
../../modules/ai-tools.nix
../../modules/cloud
../../modules/dconf.nix
../../modules/git.nix
../../modules/k9s.nix
@@ -59,6 +60,7 @@ in
browser.primary = "firefox";
browser.secondary = "chromium";
cloud.azure.enable = true;
shell.bash.enable = true;
starship.enable = true;