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
Generated
+3 -3
View File
@@ -762,11 +762,11 @@
"nvchad-starter": { "nvchad-starter": {
"flake": false, "flake": false,
"locked": { "locked": {
"lastModified": 1738534925, "lastModified": 1738598015,
"narHash": "sha256-a0czffGTjRai0/QmmxHYjWzm9ddDLIqq20wueyDccFc=", "narHash": "sha256-tsHrXmSyZs64uL/lDf9S6SGU4/S4wieIlaHNOZcfyBc=",
"owner": "naps62", "owner": "naps62",
"repo": "nvchad-starter", "repo": "nvchad-starter",
"rev": "caf8648bf884a13ceaae0565afd1b37666003cd4", "rev": "c8e005abc62bd710938df8c30da4c0f6f4d8ddf5",
"type": "github" "type": "github"
}, },
"original": { "original": {
+1 -1
View File
@@ -2,7 +2,7 @@
{ {
home.sessionVariables = { home.sessionVariables = {
BROWSER = "firefox"; BROWSER = "google-chrome-stable";
}; };
programs.firefox = { 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" base="$1"
shift shift
-1
View File
@@ -35,7 +35,6 @@
# ethui-dev # ethui-dev
"workspace 1, class:ethui" "workspace 1, class:ethui"
"float, class:ethui" "float, class:ethui"
"size 800 800, class:ethui"
"move 100%-800 100%-800, class:ethui" "move 100%-800 100%-800, class:ethui"
"noinitialfocus, class:ethui" "noinitialfocus, class:ethui"
]; ];