modules/telegram: bind telegram folder
This commit is contained in:
parent
34ba9c0f55
commit
47e6195e70
1 changed files with 5 additions and 1 deletions
|
@ -36,6 +36,10 @@ in
|
|||
bindMounts = lib.mkMerge [
|
||||
{
|
||||
"/tmp/.X11-unix" = { };
|
||||
"/home/kira/downloads/telegram" = {
|
||||
isReadOnly = false;
|
||||
hostPath = "/home/jan/downloads/telegram";
|
||||
};
|
||||
}
|
||||
(lib.mkIf config.hardware.graphics.enable {
|
||||
"/run/opengl-driver/lib" = { };
|
||||
|
@ -44,7 +48,7 @@ in
|
|||
"/run/opengl-driver-32/lib" = { };
|
||||
})
|
||||
(lib.mkIf config.local.programs.browsers.librewolf.enable {
|
||||
"/home/kira/Downloads/browser" = {
|
||||
"/home/kira/downloads/browser" = {
|
||||
hostPath = "/home/jan/downloads/browser";
|
||||
};
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue