feat(direnv): persist cache

This commit is contained in:
oddlama 2023-10-18 14:45:34 +02:00
parent a226ecb27f
commit 76f81807b3
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
3 changed files with 2 additions and 8 deletions

View file

@ -18,5 +18,6 @@
home.persistence."/state".directories = [
".local/share/direnv"
".cache/direnv"
];
}

View file

@ -40,6 +40,7 @@
zathura
];
# TODO wrap thunderbird bin and set LC_ALL=de_DE.UTF-8 because thunderbird uses wrong date and time formatting with C.UTF-8
# TODO make screenshot copy work even if notification fails (set -e does its thing here)
# TODO pavucontrol shortcut or bar button
# TODO audible bell in qt pinentry drives me nuts
@ -55,7 +56,6 @@
# TODO neovim reopening file should continue at the previous position
# TODO thunderbird doesn't use passwords from password command
# TODO rotating wallpaper
# TODO thunderbird date time format is wrong even though this is C.utf8
# TODO yubikey pinentry is curses but should be graphical
# TODO accounts.concats accounts.calendar
# TODO test different pinentrys (pinentry gtk?)
@ -63,11 +63,6 @@
# TODO mod+f1-4 for left monitor?
# TODO autostart signal, firefox (both windows), etc.
# TODO repo secrets caches in /tmp which is removed each reboot and could be improved
# TODO entering devshell takes some time after reboot
# TODO screenshot selection/all and copy clipboard
# TODO screenshot selection/all and save
# TODO screenshot selection and scan qr and copy clipboard
# TODO screenshot selection and ocr and copy clipboard
# TODO sway shortcuts
# TODO VP9 hardware video decoding blocklisted
# TODO gpg switch to sk

View file

@ -27,8 +27,6 @@ in {
}
// v));
# TODO dont send html setting
programs.thunderbird = {
enable = true;