From 76f81807b3aacfa57d314695805744f47faea45f Mon Sep 17 00:00:00 2001 From: oddlama Date: Wed, 18 Oct 2023 14:45:34 +0200 Subject: [PATCH] feat(direnv): persist cache --- users/myuser/dev/direnv.nix | 1 + users/myuser/graphical/default.nix | 7 +------ users/myuser/graphical/thunderbird.nix | 2 -- 3 files changed, 2 insertions(+), 8 deletions(-) diff --git a/users/myuser/dev/direnv.nix b/users/myuser/dev/direnv.nix index dee9d0a..0377594 100644 --- a/users/myuser/dev/direnv.nix +++ b/users/myuser/dev/direnv.nix @@ -18,5 +18,6 @@ home.persistence."/state".directories = [ ".local/share/direnv" + ".cache/direnv" ]; } diff --git a/users/myuser/graphical/default.nix b/users/myuser/graphical/default.nix index fcd0ca8..2709bff 100644 --- a/users/myuser/graphical/default.nix +++ b/users/myuser/graphical/default.nix @@ -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 diff --git a/users/myuser/graphical/thunderbird.nix b/users/myuser/graphical/thunderbird.nix index 54c4292..82f7302 100644 --- a/users/myuser/graphical/thunderbird.nix +++ b/users/myuser/graphical/thunderbird.nix @@ -27,8 +27,6 @@ in { } // v)); - # TODO dont send html setting - programs.thunderbird = { enable = true;