programs: gnome-weather: sandbox with bwrap
This commit is contained in:
@@ -2,7 +2,11 @@
|
||||
# cache dir is just for weather data (or maybe a http cache)
|
||||
{ ... }:
|
||||
{
|
||||
sane.programs.gnome-weather = {
|
||||
sane.programs."gnome.gnome-weather" = {
|
||||
sandbox.method = "bwrap";
|
||||
sandbox.extraHomePaths = [
|
||||
".config/dconf" # stores city/location settings
|
||||
];
|
||||
persist.byStore.plaintext = [
|
||||
".cache/libgweather"
|
||||
];
|
||||
|
Reference in New Issue
Block a user