diff --git a/README.md b/README.md index d2d9a13..1a08bcb 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,7 @@ You should adapt user & disk settings in `disk_config/user.toml` before you buil - curl - git - btop +- nvtop - tmux - pciutils - tailscale diff --git a/build_files/build.sh b/build_files/build.sh index 9e8354e..76864a9 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 wl-clipboard +dnf5 install -y curl git btop nvtop 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