mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-01-29 17:18:37 +01:00
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).
42 lines
685 B
Bash
Vendored
42 lines
685 B
Bash
Vendored
pkgname=tari-desktop
|
|
pkgver=0.1.0
|
|
pkgrel=1
|
|
pkgdesc="Packages common to all my desktop setups, such as fonts."
|
|
arch=('any')
|
|
depends=(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)
|