diff options
| -rwxr-xr-x | post-setup.sh | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/post-setup.sh b/post-setup.sh index 505cfa7..421e6cb 100755 --- a/post-setup.sh +++ b/post-setup.sh @@ -19,12 +19,13 @@ apk add linux-stable git bash vim tmux \ shellcheck fastfetch btop eza \ mandoc mandoc-apropos docs \ ufw iproute2 drill \ - pipewire pipewire-pulse pipewire-jack wireplumber wayland-pipewire-idle-inhibit \ + pipewire pipewire-pulse pipewire-jack wireplumber \ + wayland-pipewire-idle-inhibit \ bluez pipewire-spa-bluez bluetuith \ mako libnotify wlsunset wev grimshot \ waybar font-hack-nerd adwaita-icon-theme \ mpv zathura-pdf-mupdf swayimg-full \ - xdg-desktop-portal xdg-desktop-portal-wlr + flatpak xdg-desktop-portal xdg-desktop-portal-wlr # WIFI: Switch wpa_supplicant to iwd # requires: iwd openresolv @@ -102,3 +103,7 @@ XDG_PICTURES_DIR="/home/$user/images" XDG_VIDEOS_DIR="/home/$user/videos" EOF +# Setup flatpak +# requires: flatpak +url="https://dl.flathub.org/repo/flathub.flatpakrepo" +su "$user" -c "flatpak remote-add --user --if-not-exists flathub $url" |
