fish changes and paperless folder

This commit is contained in:
Callum Leslie 2026-01-02 10:30:48 +00:00
parent ce8f26e29b
commit d400e84092
Signed by: cleslie
GPG key ID: 5A944DF89B6F65AC
2 changed files with 2 additions and 2 deletions

View file

@ -13,6 +13,7 @@ in {
enable = true; enable = true;
interactiveShellInit = '' interactiveShellInit = ''
set sponge_purge_only_on_exit true
set fish_greeting set fish_greeting
trap __trap_exit_tmux EXIT trap __trap_exit_tmux EXIT
''; '';
@ -31,7 +32,6 @@ in {
}; };
plugins = with pkgs.fishPlugins; [ plugins = with pkgs.fishPlugins; [
(mkFishPlug z)
(mkFishPlug hydro) (mkFishPlug hydro)
(mkFishPlug sponge) (mkFishPlug sponge)
(mkFishPlug grc) (mkFishPlug grc)

View file

@ -20,7 +20,7 @@ in {
}; };
}; };
"/paperless" = { "/paperless" = {
path = "/var/lib/media/library"; path = "/var/lib/paperless";
access = { access = {
rw = ["c"]; rw = ["c"];
}; };