Removed claws-mail and added thunderbird for GUI CalDAV.

This commit is contained in:
Thai Noodles 2023-12-31 20:17:28 -08:00
parent 4e64fff750
commit 4c53cfb9c5
4 changed files with 12 additions and 4 deletions

View File

@ -110,8 +110,10 @@
bind v split-window -h -c "#{pane_current_path}"
bind c split-window -v -c "#{pane_current_path}"
unbind a
bind a new-window
# unbind a
# bind a new-window
unbind Enter
bind Enter new-window
unbind Tab
bind Tab last-window

View File

@ -33,7 +33,7 @@
origin = bottom-right
# Offset from the origin
offset = 10x50
offset = 20x20
# Scale factor. It is auto-detected if value is 0.
scale = 0

View File

@ -75,6 +75,7 @@
curlie
dig
dogdns
dstat
dua
exiftool
ffmpeg
@ -89,8 +90,11 @@
hexyl
htmlq
hugo
iftop
imagemagick
ipcalc
ipfetch
iptraf-ng
jo
john
jq
@ -98,11 +102,13 @@
mdp
mediainfo
nb
nethogs
oed
pdfgrep
phetch
recutils
shellcheck
sipcalc
ssss
surfraw
unrar

View File

@ -2,11 +2,11 @@
{ config, lib, pkgs, inputs, user, ... }:
{
users.users.${user.name}.packages = with pkgs; [
claws-mail
ledger
libreoffice
pandoc
pdftk
#sc-im
thunderbird
];
}