1

Bottles flatpak filesystem permission

This commit is contained in:
2022-07-18 13:37:41 +02:00
parent 22f287d8ed
commit ea3c8a5ddb

View File

@ -62,6 +62,10 @@ rec {
[Context] [Context]
filesystems=${home.homeDirectory}/GameSSD;${home.homeDirectory}/GameHDD filesystems=${home.homeDirectory}/GameSSD;${home.homeDirectory}/GameHDD
''; '';
home.file.".local/share/flatpak/overrides/com.usebottles.bottles".text = ''
[Context]
filesystems=${home.homeDirectory}/.var/app/com.valvesoftware.Steam/data/Steam;<F16>{home.homeDirectory}/Downloads
'';
# TODO: Module # TODO: Module
gtk = { gtk = {