diff --git a/files.sh b/files.sh index e53e303..92b6439 100644 --- a/files.sh +++ b/files.sh @@ -20,6 +20,7 @@ install_file root rott 644 '/etc/dracut.conf' gentoo echo install_file root root 644 '/etc/conf.d/display-manager' gentoo install_file root root 644 '/etc/default/grub' gentoo +install_file root root 644 '/etc/env.d/70less' gentoo install_file root root 644 '/etc/env.d/90xsession' gentoo install_file root portage 644 '/var/lib/portage/world' gentoo echo diff --git a/gentoo/etc/env.d/70less b/gentoo/etc/env.d/70less new file mode 100644 index 0000000..5581336 --- /dev/null +++ b/gentoo/etc/env.d/70less @@ -0,0 +1,2 @@ +LESSOPEN="|lesspipe %s" +LESS="-X -F -R -M --shift 5" diff --git a/gentoo/etc/portage/make.conf b/gentoo/etc/portage/make.conf index eea2c90..34b5c7f 100644 --- a/gentoo/etc/portage/make.conf +++ b/gentoo/etc/portage/make.conf @@ -1,4 +1,4 @@ -USE="dist-kernel vaapi vdpau" +USE="dist-kernel vaapi vdpau xinerama" COMMON_FLAGS="-pipe -O2 -march=native -mtune=native" CPU_FLAGS_X86="aes avx avx2 f16c fma3 mmx mmxext pclmul popcnt rdrand sse sse2 sse3 sse4_1 sse4_2 ssse3" diff --git a/gentoo/var/lib/portage/world b/gentoo/var/lib/portage/world index be95385..e5dc6f7 100644 --- a/gentoo/var/lib/portage/world +++ b/gentoo/var/lib/portage/world @@ -1,3 +1,4 @@ +app-admin/ansible app-admin/keepassxc app-admin/sudo app-admin/sysklogd @@ -40,6 +41,7 @@ media-video/libva-utils media-video/obs-studio media-video/vlc net-im/element-desktop-bin +net-im/pidgin net-im/telegram-desktop net-libs/nodejs net-misc/chrony @@ -49,6 +51,7 @@ net-misc/zerotier net-wireless/wpa_supplicant sys-apps/dbus sys-apps/mlocate +sys-apps/yarn sys-auth/elogind sys-block/gparted sys-block/io-scheduler-udev-rules