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;
|
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)
|
||||||
|
|
|
||||||
|
|
@ -20,7 +20,7 @@ in {
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
"/paperless" = {
|
"/paperless" = {
|
||||||
path = "/var/lib/media/library";
|
path = "/var/lib/paperless";
|
||||||
access = {
|
access = {
|
||||||
rw = ["c"];
|
rw = ["c"];
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue