refactor(packages): remove unnecessary packages & extract fonts
Fonts are now in their own file since they're awkward little packages to manage and I hate them.
This commit is contained in:
@@ -1,11 +1,7 @@
|
||||
chromium
|
||||
discord
|
||||
obsidian
|
||||
anki
|
||||
libreoffice-fresh
|
||||
foliate
|
||||
file-roller
|
||||
kate
|
||||
nextcloud-client
|
||||
cmatrix
|
||||
quickshell
|
||||
|
||||
@@ -1,8 +1,5 @@
|
||||
hyprland
|
||||
hyprpaper
|
||||
hyprcursor
|
||||
hyprlang
|
||||
hyprutils
|
||||
waybar
|
||||
wofi
|
||||
mako
|
||||
@@ -19,6 +16,7 @@ pavucontrol
|
||||
pipewire-alsa
|
||||
pipewire-jack
|
||||
pipewire-pulse
|
||||
wireplumber
|
||||
xdg-desktop-portal-hyprland
|
||||
xdg-desktop-portal-wlr
|
||||
qt5ct
|
||||
@@ -26,11 +24,6 @@ qt6ct
|
||||
qt6-wayland
|
||||
adw-gtk-theme
|
||||
breeze
|
||||
inter-font
|
||||
ttf-0xproto-nerd
|
||||
ttf-jetbrains-mono-nerd
|
||||
ttf-noto-nerd
|
||||
woff2-font-awesome
|
||||
lxappearance
|
||||
kvantum-qt5
|
||||
sddm
|
||||
@@ -38,6 +31,7 @@ libva-nvidia-driver
|
||||
nvidia-open
|
||||
nvidia-settings
|
||||
nvidia-utils
|
||||
lib32-nvidia-utils
|
||||
sof-firmware
|
||||
alsa-utils
|
||||
blueman
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
git
|
||||
neovim
|
||||
vim
|
||||
tmux
|
||||
fzf
|
||||
btop
|
||||
@@ -13,12 +12,13 @@ python
|
||||
python-pip
|
||||
python-pipx
|
||||
python-pydbus
|
||||
python-virtualenv
|
||||
npm
|
||||
jdk21-openjdk
|
||||
maven
|
||||
openmpi
|
||||
docker
|
||||
docker-compose
|
||||
docker-compose-plugin
|
||||
postgresql
|
||||
postgresql-libs
|
||||
libdwarf
|
||||
|
||||
10
packages/pacman/fonts.txt
Normal file
10
packages/pacman/fonts.txt
Normal file
@@ -0,0 +1,10 @@
|
||||
inter-font
|
||||
ttf-0xproto-nerd
|
||||
ttf-jetbrains-mono-nerd
|
||||
ttf-noto-nerd
|
||||
woff2-font-awesome
|
||||
noto-fonts
|
||||
noto-fonts-emoji
|
||||
noto-fonts-cjk
|
||||
ttf-dejavu
|
||||
ttf-liberation
|
||||
Reference in New Issue
Block a user