Updated mainly terminal filchooser from browser
This commit is contained in:
@@ -5,13 +5,30 @@
|
||||
# provide location
|
||||
services.geoclue2 = {
|
||||
enable = true;
|
||||
geoProviderUrl = "https://beacondb.net/v1/geolocate";
|
||||
submissionUrl = "https://beacondb.net/v2/geosubmit";
|
||||
geoProviderUrl = "https://api.beacondb.net/v1/geolocate";
|
||||
submissionUrl = "https://api.beacondb.net/v2/geosubmit";
|
||||
submissionNick = "geoclue";
|
||||
|
||||
appConfig.gammastep = {
|
||||
isAllowed = true;
|
||||
isSystem = false;
|
||||
appConfig = {
|
||||
gammastep = {
|
||||
isAllowed = true;
|
||||
isSystem = false;
|
||||
};
|
||||
"xdg-desktop-portal" = {
|
||||
isAllowed = true;
|
||||
isSystem = true;
|
||||
};
|
||||
"gnome-weather" = {
|
||||
isAllowed = true;
|
||||
isSystem = true;
|
||||
};
|
||||
"gnome-clocks" = {
|
||||
isAllowed = true;
|
||||
isSystem = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
# Automatically update system timezone based on location
|
||||
services.automatic-timezoned.enable = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user