mirror of
https://github.com/oddlama/nix-config.git
synced 2025-10-11 07:10:39 +02:00
feat(direnv): persist cache
This commit is contained in:
parent
a226ecb27f
commit
76f81807b3
3 changed files with 2 additions and 8 deletions
|
@ -18,5 +18,6 @@
|
||||||
|
|
||||||
home.persistence."/state".directories = [
|
home.persistence."/state".directories = [
|
||||||
".local/share/direnv"
|
".local/share/direnv"
|
||||||
|
".cache/direnv"
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
@ -40,6 +40,7 @@
|
||||||
zathura
|
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 make screenshot copy work even if notification fails (set -e does its thing here)
|
||||||
# TODO pavucontrol shortcut or bar button
|
# TODO pavucontrol shortcut or bar button
|
||||||
# TODO audible bell in qt pinentry drives me nuts
|
# TODO audible bell in qt pinentry drives me nuts
|
||||||
|
@ -55,7 +56,6 @@
|
||||||
# TODO neovim reopening file should continue at the previous position
|
# TODO neovim reopening file should continue at the previous position
|
||||||
# TODO thunderbird doesn't use passwords from password command
|
# TODO thunderbird doesn't use passwords from password command
|
||||||
# TODO rotating wallpaper
|
# 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 yubikey pinentry is curses but should be graphical
|
||||||
# TODO accounts.concats accounts.calendar
|
# TODO accounts.concats accounts.calendar
|
||||||
# TODO test different pinentrys (pinentry gtk?)
|
# TODO test different pinentrys (pinentry gtk?)
|
||||||
|
@ -63,11 +63,6 @@
|
||||||
# TODO mod+f1-4 for left monitor?
|
# TODO mod+f1-4 for left monitor?
|
||||||
# TODO autostart signal, firefox (both windows), etc.
|
# TODO autostart signal, firefox (both windows), etc.
|
||||||
# TODO repo secrets caches in /tmp which is removed each reboot and could be improved
|
# 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 sway shortcuts
|
||||||
# TODO VP9 hardware video decoding blocklisted
|
# TODO VP9 hardware video decoding blocklisted
|
||||||
# TODO gpg switch to sk
|
# TODO gpg switch to sk
|
||||||
|
|
|
@ -27,8 +27,6 @@ in {
|
||||||
}
|
}
|
||||||
// v));
|
// v));
|
||||||
|
|
||||||
# TODO dont send html setting
|
|
||||||
|
|
||||||
programs.thunderbird = {
|
programs.thunderbird = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue