google chrome as default browser

This commit is contained in:
Miguel Palhas
2025-02-06 22:19:59 +00:00
parent cb34bbf467
commit c529670dec
5 changed files with 12 additions and 8 deletions
+4 -1
View File
@@ -13,5 +13,8 @@
};
};
home.packages = with pkgs; [ imagemagick ];
home.packages = with pkgs; [
imagemagick
doctl
];
}