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
+1 -1
View File
@@ -2,7 +2,7 @@
{
home.sessionVariables = {
BROWSER = "firefox";
BROWSER = "google-chrome-stable";
};
programs.firefox = {
+4 -1
View File
@@ -13,5 +13,8 @@
};
};
home.packages = with pkgs; [ imagemagick ];
home.packages = with pkgs; [
imagemagick
doctl
];
}
+4 -2
View File
@@ -1,6 +1,8 @@
#!/usr/bin/env bash -e
#!/usr/bin/env bash
branch=$(git branchname)
set -e
branch=$(git rev-parse --abbrev-ref HEAD)
base="$1"
shift