mirror of
https://github.com/callumio/nixfiles.git
synced 2026-05-06 11:08:09 +01:00
fish changes and paperless folder
This commit is contained in:
parent
ce8f26e29b
commit
d400e84092
2 changed files with 2 additions and 2 deletions
|
|
@ -13,6 +13,7 @@ in {
|
|||
enable = true;
|
||||
|
||||
interactiveShellInit = ''
|
||||
set sponge_purge_only_on_exit true
|
||||
set fish_greeting
|
||||
trap __trap_exit_tmux EXIT
|
||||
'';
|
||||
|
|
@ -31,7 +32,6 @@ in {
|
|||
};
|
||||
|
||||
plugins = with pkgs.fishPlugins; [
|
||||
(mkFishPlug z)
|
||||
(mkFishPlug hydro)
|
||||
(mkFishPlug sponge)
|
||||
(mkFishPlug grc)
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@ in {
|
|||
};
|
||||
};
|
||||
"/paperless" = {
|
||||
path = "/var/lib/media/library";
|
||||
path = "/var/lib/paperless";
|
||||
access = {
|
||||
rw = ["c"];
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue