google chrome as default browser
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
{
|
||||
|
||||
home.sessionVariables = {
|
||||
BROWSER = "firefox";
|
||||
BROWSER = "google-chrome-stable";
|
||||
};
|
||||
|
||||
programs.firefox = {
|
||||
|
||||
@@ -13,5 +13,8 @@
|
||||
};
|
||||
};
|
||||
|
||||
home.packages = with pkgs; [ imagemagick ];
|
||||
home.packages = with pkgs; [
|
||||
imagemagick
|
||||
doctl
|
||||
];
|
||||
}
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user