modules/telegram: bind readonly browser folder to the telegram
This commit is contained in:
parent
7f119a6844
commit
be498490af
1 changed files with 5 additions and 0 deletions
|
@ -43,6 +43,11 @@ in
|
||||||
(lib.mkIf config.hardware.graphics.enable32Bit {
|
(lib.mkIf config.hardware.graphics.enable32Bit {
|
||||||
"/run/opengl-driver-32/lib" = { };
|
"/run/opengl-driver-32/lib" = { };
|
||||||
})
|
})
|
||||||
|
(lib.mkIf config.local.programs.browsers.librewolf.enable {
|
||||||
|
"/home/kira/Downloads/browser" = {
|
||||||
|
hostPath = "/home/jan/downloads/browser";
|
||||||
|
};
|
||||||
|
})
|
||||||
];
|
];
|
||||||
|
|
||||||
config = { pkgs, ... }: {
|
config = { pkgs, ... }: {
|
||||||
|
|
Loading…
Reference in a new issue