browser reorg to cask. Font.packages
This commit is contained in:
@@ -68,7 +68,12 @@ _:
|
||||
"copilot-cli"
|
||||
|
||||
# Browsers
|
||||
"brave-browser"
|
||||
"firefox"
|
||||
"google-chrome"
|
||||
|
||||
|
||||
|
||||
# x11
|
||||
"xquartz"
|
||||
]
|
||||
|
||||
@@ -137,7 +137,7 @@ in
|
||||
{ path = "/Applications/Bitwarden.app"; }
|
||||
{ path = "/Applications/Calendar.app/"; }
|
||||
{ path = "/Applications/Notes.app/"; }
|
||||
{ path = "/run/current-system/Applications/Firefox.app/"; }
|
||||
{ path = "/Applications/Firefox.app/"; }
|
||||
|
||||
{ path = "/Applications/Slack.app/"; }
|
||||
{
|
||||
@@ -153,7 +153,7 @@ in
|
||||
{ path = "/Applications/Qobuz.app/"; }
|
||||
{ path = "/System/Volumes/Preboot/Cryptexes/App/System/Applications/Safari.app/"; }
|
||||
{
|
||||
path = "/run/current-system/Applications/Brave Browser.app/";
|
||||
path = "/Applications/Brave Browser.app/";
|
||||
options = "-l Brave";
|
||||
}
|
||||
{ path = "/System/Applications/Photos.app/"; }
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{ config, pkgs, ... }:
|
||||
|
||||
let
|
||||
emacsOverlaySha256 = "0n7hpzf0j7fgizcfxqsk3i1f06k1clmbkdy099sn1sgh2x2h3ig7";
|
||||
emacsOverlaySha256 = "15b6dgv9iaysf7igicmpvjgv71ivh3bll3zqh7kcw4a8v0chhsqf";
|
||||
in
|
||||
{
|
||||
|
||||
|
||||
@@ -14,10 +14,8 @@ with pkgs;
|
||||
libxrandr
|
||||
xterm
|
||||
|
||||
# The Web Browsers
|
||||
brave
|
||||
firefox
|
||||
# google-chrome. #stopped working
|
||||
# The Web Browsers
|
||||
# maintained by in homebrew
|
||||
|
||||
# security and some such
|
||||
# bitwarden-desktop #Does not compile properly
|
||||
@@ -80,17 +78,13 @@ with pkgs;
|
||||
docker-compose
|
||||
|
||||
# Media-related packages
|
||||
dejavu_fonts
|
||||
emacs-all-the-icons-fonts
|
||||
|
||||
fd
|
||||
ffmpeg
|
||||
font-awesome
|
||||
# jetbrains-mono
|
||||
hack-font
|
||||
imagemagick
|
||||
meslo-lgs-nf
|
||||
noto-fonts
|
||||
noto-fonts-color-emoji
|
||||
imagemagick
|
||||
|
||||
|
||||
|
||||
|
||||
# Node.js development tools
|
||||
#nodePackages.npm # globally install npm
|
||||
|
||||
Reference in New Issue
Block a user