home · contact · privacy
Enhance W530 Bookworm setup.
[config] / bookworm / apt-mark / user
index 52af9063e3ee4bd98492367a9bf003d4a16feb4d..0b23a3be15b05fa15430e8ee312cd293c8e6754b 100644 (file)
@@ -1,7 +1,9 @@
+# to avoid booting problems with encrypted LVM, see <https://askubuntu.com/a/1105848>
+cryptsetup-initramfs
+lvm2
 # for wifi
 network-manager
 wpasupplicant
-firmware-iwlwifi
 # this provides setupcon which reads /etc/default/console-setup
 console-setup
 # for X to start at all
@@ -20,6 +22,10 @@ i3
 i3status
 suckless-tools
 xterm
+# to get sleepy at night
+redshift
+# for alsamixer
+alsa-utils
 # also useful
 vim
 sudo
@@ -33,4 +39,25 @@ bzip2
 # firefox running dependencies
 libgtk-3-0
 libdbus-glib-1-2
+# for firefox to emit sound
+pulseaudio
+# to use printer
+cups
+# emacs
+emacs
+emacs-common-non-dfsg
+emacs-el
+elpa-ledger
+ledger
+# to mount encrypted USB stick and use its contents
+pmount
+cryptsetup
+openssh-client
+# for syncing
+borgbackup
+# mail setup
+isync
+notmuch
+elpa-notmuch
+pinentry-gtk2
 #