diff --git a/README.md b/README.md index f8b1d4a..d2d9a13 100644 --- a/README.md +++ b/README.md @@ -41,5 +41,6 @@ You should adapt user & disk settings in `disk_config/user.toml` before you buil - make - fzf - direnv +- wl-clipboard - Flatpak (with default repository configured) - VSCode diff --git a/build_files/build.sh b/build_files/build.sh index 5587c30..9e8354e 100755 --- a/build_files/build.sh +++ b/build_files/build.sh @@ -6,7 +6,7 @@ dnf5 update -y dnf5 install -y man-pages man-db glibc-langpack-en glibc-langpack-de dnf5 install -y --setopt=exclude=gnome-tour,malcontent-control gnome-shell gnome-keyring gnome-keyring-pam gnome-bluetooth gnome-terminal nautilus seahorse evolution gnome-shell-extension-appindicator dnf5 install -y gnome-calculator gnome-disk-utility gnome-backgrounds -dnf5 install -y curl git btop tmux flatpak pciutils tailscale make fzf direnv +dnf5 install -y curl git btop tmux flatpak pciutils tailscale make fzf direnv wl-clipboard flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo echo "LANG=de_DE.UTF-8" >> /etc/default/locale ln -s /usr/share/zoneinfo/Europe/Berlin /etc/localtime