Compare commits

..

3 Commits

Author SHA1 Message Date
e9d1905797 Update packages 2024-05-11 10:26:27 +02:00
ea122cd8fb Remove unused variable 2024-05-11 10:25:45 +02:00
4f2627cf0a Install wine 2024-05-11 01:00:48 +02:00
2 changed files with 15 additions and 2 deletions

View File

@@ -249,7 +249,11 @@ imv:
pacman:
archlinux: ["pacman", "pacman-contrib"]
steam:
archlinux: ["steam"]
archlinux:
- steam
- lib32-pango
- libpango
- ttf-liberation
man:
archlinux: ["man-db", "man-pages"]
nextcloud:
@@ -486,3 +490,13 @@ deluge:
archlinux:
- deluge
- deluge-gtk
wine:
archlinux:
- wine
- wine-gecko
- wine-mono
- winetricks
- lib32-libpulse
- vkd3d
- lib32-vkd3d
- lib32-gnutls

View File

@@ -88,7 +88,6 @@ touch "${feature_dir}"/gpg_agent
systemd_envs=(
GNUPGHOME
PATH
ACPI_LID_NAME
)
systemctl --user import-environment "${systemd_envs[@]}"