google chrome as default browser
This commit is contained in:
Generated
+3
-3
@@ -762,11 +762,11 @@
|
||||
"nvchad-starter": {
|
||||
"flake": false,
|
||||
"locked": {
|
||||
"lastModified": 1738534925,
|
||||
"narHash": "sha256-a0czffGTjRai0/QmmxHYjWzm9ddDLIqq20wueyDccFc=",
|
||||
"lastModified": 1738598015,
|
||||
"narHash": "sha256-tsHrXmSyZs64uL/lDf9S6SGU4/S4wieIlaHNOZcfyBc=",
|
||||
"owner": "naps62",
|
||||
"repo": "nvchad-starter",
|
||||
"rev": "caf8648bf884a13ceaae0565afd1b37666003cd4",
|
||||
"rev": "c8e005abc62bd710938df8c30da4c0f6f4d8ddf5",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -35,7 +35,6 @@
|
||||
# ethui-dev
|
||||
"workspace 1, class:ethui"
|
||||
"float, class:ethui"
|
||||
"size 800 800, class:ethui"
|
||||
"move 100%-800 100%-800, class:ethui"
|
||||
"noinitialfocus, class:ethui"
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user