Add nextcloud dav to bookmarks
This commit is contained in:
parent
5d7b61d0c2
commit
fa507f3e29
@ -11,10 +11,10 @@
|
|||||||
services.gvfs.enable = true;
|
services.gvfs.enable = true;
|
||||||
home-manager.users.balsoft = {
|
home-manager.users.balsoft = {
|
||||||
xdg.configFile."gtk-3.0/bookmarks".text = builtins.concatStringsSep "\n" ([
|
xdg.configFile."gtk-3.0/bookmarks".text = builtins.concatStringsSep "\n" ([
|
||||||
"file:///home/balsoft/projects"
|
"file:///home/balsoft/projects Projects"
|
||||||
] ++ map (machine: "sftp://${machine}/home/balsoft ${machine}") (builtins.attrNames config.devices));
|
"davs://nextcloud.balsoft.ru/remote.php/dav/files/balsoft nextcloud.balsoft.ru"
|
||||||
xdg.userDirs = {
|
] ++ map (machine: "sftp://${machine}/home/balsoft ${machine}")
|
||||||
enable = true;
|
(builtins.attrNames config.devices));
|
||||||
};
|
xdg.userDirs.enable = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user