forked from extern/nix-config
0a5d8f0d75
Now that I understand more about how GNU/Linux distributions, display managers, and X sessions work, it makes sense to separate meta packages based on environment used. When you use a display manager, you're just starting X in a fancy way. Since you can run any program you want on the X server, it is easy to install multiple desktop environments on the same machine and switch between them easily, provided your setup is adequately modular (which it should be by default).
24 lines
328 B
Bash
Vendored
24 lines
328 B
Bash
Vendored
pkgname=tari-core
|
|
pkgver=0.2.0
|
|
pkgrel=1
|
|
pkgdesc="Core packages for my Arch setup."
|
|
arch=('any')
|
|
depends=(stow
|
|
python-pywal
|
|
rng-tools
|
|
|
|
fd
|
|
exa
|
|
ripgrep
|
|
fzf
|
|
jq
|
|
|
|
zip
|
|
unzip
|
|
p7zip
|
|
unrar
|
|
|
|
borg
|
|
openssh
|
|
openvpn)
|