add Brave Browser to persistent apps and Homebrew casks; remove Brave from default packages
This commit is contained in:
@@ -26,6 +26,7 @@
|
|||||||
casks = [
|
casks = [
|
||||||
"1password"
|
"1password"
|
||||||
"balenaetcher"
|
"balenaetcher"
|
||||||
|
"brave-browser"
|
||||||
"citrix-workspace"
|
"citrix-workspace"
|
||||||
"cursor"
|
"cursor"
|
||||||
"elgato-wave-link"
|
"elgato-wave-link"
|
||||||
|
|||||||
@@ -8,11 +8,13 @@ in
|
|||||||
autohide = true;
|
autohide = true;
|
||||||
orientation = "bottom";
|
orientation = "bottom";
|
||||||
persistent-apps = [
|
persistent-apps = [
|
||||||
|
"/System/Applications/Launchpad.app"
|
||||||
"/Applications/Vivaldi.app"
|
"/Applications/Vivaldi.app"
|
||||||
|
"/Applications/Brave Browser.app"
|
||||||
"/Applications/Ghostty.app"
|
"/Applications/Ghostty.app"
|
||||||
"/Applications/Cursor.app"
|
"/Applications/Cursor.app"
|
||||||
|
"/Applications/Freelens.app"
|
||||||
# Use the nixpkgs path to the app for apps installed via nix. This will automatically use the latest nix store path.
|
# Use the nixpkgs path to the app for apps installed via nix. This will automatically use the latest nix store path.
|
||||||
"/${pkgs.lens}/Applications/Lens.app"
|
|
||||||
"/${pkgs.slack}/Applications/Slack.app"
|
"/${pkgs.slack}/Applications/Slack.app"
|
||||||
"/${pkgs.discord}/Applications/Discord.app"
|
"/${pkgs.discord}/Applications/Discord.app"
|
||||||
"/Applications/Spotify.app"
|
"/Applications/Spotify.app"
|
||||||
|
|||||||
@@ -9,7 +9,6 @@
|
|||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
_1password-cli
|
_1password-cli
|
||||||
awscli2
|
awscli2
|
||||||
brave
|
|
||||||
discord
|
discord
|
||||||
go
|
go
|
||||||
google-cloud-sdk
|
google-cloud-sdk
|
||||||
@@ -21,7 +20,6 @@
|
|||||||
hcloud
|
hcloud
|
||||||
butane
|
butane
|
||||||
slack
|
slack
|
||||||
# spotify
|
|
||||||
teleport
|
teleport
|
||||||
tenv
|
tenv
|
||||||
vim
|
vim
|
||||||
|
|||||||
Reference in New Issue
Block a user