mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-16 05:13:11 +01:00
c93c4dc60f
Note that plasma-integration is used for KDE theme support without installing the entire plasma-desktop. The breeze_cursors theme is included in the breeze package, and xorg-xsetroot is used to change the default X shaped cursor to a pointer.
169 lines
2.2 KiB
Bash
Vendored
169 lines
2.2 KiB
Bash
Vendored
pkgname=tari-core
|
|
pkgver=0.7.0
|
|
pkgrel=1
|
|
pkgdesc="My Arch Linux setup"
|
|
arch=('any')
|
|
depends=(
|
|
stow
|
|
python-pywal
|
|
rng-tools
|
|
fd
|
|
exa
|
|
ripgrep
|
|
fzf
|
|
jq
|
|
zip
|
|
unzip
|
|
p7zip
|
|
unrar
|
|
borg
|
|
openssh
|
|
openvpn
|
|
mpd
|
|
mpc
|
|
ncmpcpp
|
|
htop
|
|
neofetch
|
|
fdupes
|
|
youtube-dl
|
|
ranger
|
|
weechat
|
|
ncdu
|
|
task
|
|
cmatrix
|
|
imagemagick
|
|
lolcat
|
|
figlet
|
|
vim
|
|
neovim
|
|
httpie
|
|
rsync
|
|
git
|
|
tig
|
|
diff-so-fancy
|
|
tmux
|
|
nodejs
|
|
npm
|
|
yarn
|
|
crystal
|
|
shards
|
|
llvm
|
|
rustup
|
|
ansible
|
|
docker
|
|
docker-compose
|
|
bind-tools
|
|
pacman-contrib
|
|
nginx-mainline
|
|
jdk-openjdk
|
|
texlive-core
|
|
texlive-science
|
|
texlive-humanities
|
|
texlive-fontsextra
|
|
texlive-latexextra
|
|
texlive-bibtexextra
|
|
minted
|
|
ttf-dejavu
|
|
ttf-liberation
|
|
noto-fonts
|
|
noto-fonts-cjk
|
|
noto-fonts-emoji
|
|
ttf-hack
|
|
ttf-fira-mono
|
|
ttf-font-awesome
|
|
arc-solid-gtk-theme
|
|
arc-kde
|
|
papirus-icon-theme
|
|
lxdm-gtk3
|
|
xorg-xmodmap
|
|
xorg-xwininfo
|
|
xorg-xrandr
|
|
xorg-xinit
|
|
xdo
|
|
xcape
|
|
xdg-user-dirs
|
|
alsa-utils
|
|
mpv
|
|
feh
|
|
rofi
|
|
kitty
|
|
zathura
|
|
zathura-djvu
|
|
zathura-pdf-mupdf
|
|
code
|
|
bspwm
|
|
sxhkd
|
|
dunst
|
|
compton
|
|
kleopatra
|
|
obs-studio
|
|
dolphin
|
|
gwenview
|
|
kcolorchooser
|
|
kolourpaint
|
|
kmag
|
|
spectacle
|
|
kdenlive
|
|
krita
|
|
texstudio
|
|
kmplot
|
|
kalzium
|
|
kwordquiz
|
|
kollision
|
|
bovo
|
|
blinken
|
|
virtualbox
|
|
virtualbox-host-modules-arch
|
|
kimageformats
|
|
ffmpegthumbs
|
|
kdegraphics-thumbnailers
|
|
gnome-shell
|
|
gnome-shell-extensions
|
|
gnome-backgrounds
|
|
gnome-control-center
|
|
evince
|
|
file-roller
|
|
nautilus
|
|
gnome-mpv
|
|
l3afpad
|
|
gthumb
|
|
lollypop
|
|
evolution
|
|
ghex
|
|
libreoffice-fresh
|
|
poedit
|
|
gnome-clocks
|
|
gnome-maps
|
|
gnome-disk-utility
|
|
gnome-screenshot
|
|
gnome-break-timer
|
|
firefox
|
|
chromium
|
|
pass
|
|
xclip
|
|
xdotool
|
|
audacity
|
|
firefox-i18n-fr
|
|
firefox-i18n-ja
|
|
gimp
|
|
namcap
|
|
tint2
|
|
ttf-ibm-plex
|
|
qutebrowser
|
|
xorg-xprop
|
|
xorg-xsetroot
|
|
breeze
|
|
plasma-integration
|
|
)
|
|
source=(
|
|
'local-settings.js'
|
|
'mozilla.cfg'
|
|
)
|
|
sha256sums=('4588ae786cf0cdf941a0c79ad71b7592cd1f5478a85822b019d98ff0d5e631d4'
|
|
'c625a3b98b3769bf08fe0a357898245dd2688f3d5c22c7a42ad4fc26132f45a9')
|
|
|
|
package() {
|
|
install -Dm644 local-settings.js "$pkgdir"/usr/lib/firefox/defaults/pref/local-settings.js
|
|
install -Dm644 mozilla.cfg "$pkgdir"/usr/lib/firefox/mozilla.cfg
|
|
}
|