From 296ea861668cbe21dd774083d37bbd50b54ce651 Mon Sep 17 00:00:00 2001 From: ManInDark <61268856+ManInDark@users.noreply.github.com> Date: Mon, 17 Nov 2025 16:49:58 +0100 Subject: [PATCH] FEAT: added wl-clipboard --- README.md | 1 + build_files/build.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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