aboutsummaryrefslogtreecommitdiffstats
path: root/home/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'home/default.nix')
-rw-r--r--home/default.nix9
1 files changed, 7 insertions, 2 deletions
diff --git a/home/default.nix b/home/default.nix
index 87243b0..8a8b8d4 100644
--- a/home/default.nix
+++ b/home/default.nix
@@ -500,7 +500,12 @@ in
};
services = {
- home-manager.autoExpire.enable = true;
+ home-manager = {
+ autoExpire = {
+ store.cleanup = true;
+ enable = true;
+ };
+ };
ssh-agent = {
enable = true;
enableFishIntegration = true;
@@ -619,7 +624,7 @@ in
xdg.configFile."xdg-desktop-portal-termfilechooser/yazi-wrapper.sh" = {
force = true;
executable = true;
- source = pkgs.writeShellScript "yazi-wrapper" ''
+ source = pkgs.writeShellScript "yazi-wrapper" /* bash */ ''
# This wrapper script is invoked by xdg-desktop-portal-termfilechooser.
# For more information about input/output arguments read `xdg-desktop-portal-termfilechooser(5)`
set -e