From 4ee086ace9ac21857679e9ef2cfd55c422fc8847 Mon Sep 17 00:00:00 2001 From: afonsofrancof Date: Thu, 9 Feb 2023 02:09:25 +0000 Subject: [PATCH] added fstrim --- 2-install-packages/pacman.sh | 2 +- 3-post-reboot/services.sh | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/2-install-packages/pacman.sh b/2-install-packages/pacman.sh index 95c269d..c5b0aa2 100644 --- a/2-install-packages/pacman.sh +++ b/2-install-packages/pacman.sh @@ -1,4 +1,4 @@ -system_essentials=( "git" "curl" "wget" "base-devel" "networkmanager" +system_essentials=( "git" "curl" "bat" "wget" "base-devel" "networkmanager" "pipewire" "pipewire-alsa" "pipewire-jack" "pipewire-pulse" "wireplumber" "openssh" "libfido2" "xorg-server" "xorg-apps" "xorg-xinit" "xorg-xmessage" "libx11" "libxft" "libxinerama" "libxrandr" "libxss" "pkgconf") diff --git a/3-post-reboot/services.sh b/3-post-reboot/services.sh index f409453..567d16e 100755 --- a/3-post-reboot/services.sh +++ b/3-post-reboot/services.sh @@ -1,3 +1,5 @@ sudo systemctl enable --now NetworkManager +sudo systemctl enable --now fstrim.timer systemctl --user enable --now pipewire systemctl --user enable --now wireplumber +